Skip to content

Commit 28ea791

Browse files
committed
feat(package): Update package information for FoBE ESP32
Changed package details to reflect FoBE Studio as the maintainer and updated the website URL. Modified the platform name to "FoBE ESP32" and adjusted the category to "Contributed". Updated the boards list to include "FoBE Quill ESP32S3 Mesh". Signed-off-by: Chiho Sin <[email protected]>
1 parent d89001f commit 28ea791

File tree

1 file changed

+7
-29
lines changed

1 file changed

+7
-29
lines changed

package/package_esp32_index.template.json

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
22
"packages": [
33
{
4-
"name": "esp32",
5-
"maintainer": "Espressif Systems",
6-
"websiteURL": "https://github.com/espressif/arduino-esp32",
7-
"email": "[email protected]",
4+
"name": "fobe",
5+
"maintainer": "FoBE Studio",
6+
"websiteURL": "https://docs.fobestudio.com/",
87
"help": {
9-
"online": "http://esp32.com"
8+
"online": "https://docs.fobestudio.com/"
109
},
1110
"platforms": [
1211
{
13-
"name": "esp32",
12+
"name": "FoBE ESP32",
1413
"architecture": "esp32",
1514
"version": "",
16-
"category": "ESP32",
15+
"category": "Contributed",
1716
"url": "",
1817
"archiveFileName": "",
1918
"checksum": "",
@@ -23,28 +22,7 @@
2322
},
2423
"boards": [
2524
{
26-
"name": "ESP32 Dev Board"
27-
},
28-
{
29-
"name": "ESP32-C3 Dev Board"
30-
},
31-
{
32-
"name": "ESP32-C6 Dev Board"
33-
},
34-
{
35-
"name": "ESP32-H2 Dev Board"
36-
},
37-
{
38-
"name": "ESP32-P4 Dev Board"
39-
},
40-
{
41-
"name": "ESP32-S2 Dev Board"
42-
},
43-
{
44-
"name": "ESP32-S3 Dev Board"
45-
},
46-
{
47-
"name": "Arduino Nano ESP32"
25+
"name": "FoBE Quill ESP32S3 Mesh"
4826
}
4927
],
5028
"toolsDependencies": [

0 commit comments

Comments
 (0)