10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0742c0 commit fde1863Copy full SHA for fde1863
package.json
@@ -6,11 +6,12 @@
6
"framework",
7
"arduino",
8
"espressif",
9
- "esp32"
+ "esp32",
10
+ "rigel"
11
],
12
"license": "LGPL-2.1-or-later",
13
"repository": {
14
"type": "git",
- "url": "https://github.com/espressif/arduino-esp32"
15
+ "url": "https://github.com/doitaljosh/arduino-esp32"
16
}
17
package/package_esp32_index.template.json
@@ -2,9 +2,9 @@
2
"packages": [
3
{
4
"name": "esp32",
5
- "maintainer": "Espressif Systems",
- "websiteURL": "https://github.com/espressif/arduino-esp32",
- "email": "hristo@espressif.com",
+ "maintainer": "Josh Currier",
+ "websiteURL": "https://github.com/doitaljosh/arduino-esp32",
+ "email": "doitaljosh@gmail.com",
"help": {
"online": "http://esp32.com"
},
0 commit comments