Skip to content

Commit 1c2fbb4

Browse files
committed
adv upload
1 parent 9086f9b commit 1c2fbb4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/lib/data/devices.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010
"RGB_Led": true,
1111
"Speaker": "NS4168"
1212
},
13+
{
14+
"device": "Cardputer ADV",
15+
"CC1101": true,
16+
"NRF24": true,
17+
"FMRadio": true,
18+
"PN532": true,
19+
"Mic_SPM1423": true,
20+
"BadUSB": true,
21+
"RGB_Led": true,
22+
"Speaker": "NS4168"
23+
},
1324
{
1425
"device": "StickCPlus2",
1526
"CC1101": true,

src/lib/data/manifests.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"M5Stack": [
33
{ "id": "m5stack-cardputer", "name": "Cardputer" },
4+
{ "id": "m5stack-cardputer-adv", "name": "Cardputer ADV" },
45
{ "id": "m5stack-core16mb", "name": "Core16mb" },
56
{ "id": "m5stack-core2", "name": "Core2" },
67
{ "id": "m5stack-core4mb", "name": "Core4mb" },

0 commit comments

Comments
 (0)