Skip to content

Commit debda97

Browse files
authored
chore: update hardware list from Meshtastic API
1 parent 12c5fdd commit debda97

1 file changed

Lines changed: 53 additions & 4 deletions

File tree

public/data/hardware-list.json

Lines changed: 53 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,11 +1236,27 @@
12361236
"rak_3312.svg"
12371237
]
12381238
},
1239+
{
1240+
"hwModel": 112,
1241+
"hwModelSlug": "M5STACK_CARDPUTER_ADV",
1242+
"platformioTarget": "m5stack-cardputer-adv",
1243+
"architecture": "esp32-s3",
1244+
"activelySupported": false,
1245+
"supportLevel": 1,
1246+
"displayName": "Cardputer Mesh Kit",
1247+
"tags": [
1248+
"M5Stack"
1249+
],
1250+
"images": [
1251+
"m5stack_cardputer.svg"
1252+
],
1253+
"partitionScheme": "8MB"
1254+
},
12391255
{
12401256
"hwModel": 113,
12411257
"hwModelSlug": "HELTEC_WIRELESS_TRACKER_V2",
12421258
"platformioTarget": "heltec-wireless-tracker-v2",
1243-
"architecture": "esp32s3",
1259+
"architecture": "esp32-s3",
12441260
"activelySupported": false,
12451261
"supportLevel": 1,
12461262
"displayName": "Heltec Wireless Tracker V2",
@@ -1273,7 +1289,7 @@
12731289
"hwModelSlug": "WISMESH_TAP_V2",
12741290
"platformioTarget": "rak_wismesh_tap_v2",
12751291
"architecture": "esp32-s3",
1276-
"activelySupported": false,
1292+
"activelySupported": true,
12771293
"supportLevel": 1,
12781294
"displayName": "RAK WisMesh Tap V2",
12791295
"tags": [
@@ -1306,7 +1322,7 @@
13061322
"hwModelSlug": "THINKNODE_M4",
13071323
"platformioTarget": "thinknode_m4",
13081324
"architecture": "nrf52840",
1309-
"activelySupported": false,
1325+
"activelySupported": true,
13101326
"supportLevel": 1,
13111327
"displayName": "ThinkNode M4",
13121328
"tags": [
@@ -1322,7 +1338,7 @@
13221338
"hwModelSlug": "THINKNODE_M6",
13231339
"platformioTarget": "thinknode_m6",
13241340
"architecture": "nrf52840",
1325-
"activelySupported": false,
1341+
"activelySupported": true,
13261342
"supportLevel": 1,
13271343
"displayName": "ThinkNode M6",
13281344
"tags": [
@@ -1349,5 +1365,38 @@
13491365
"images": [
13501366
"tbeam-1w.svg"
13511367
]
1368+
},
1369+
{
1370+
"hwModel": 123,
1371+
"hwModelSlug": "T5_S3_EPAPER_PRO",
1372+
"platformioTarget": "t5-epaper-s3",
1373+
"architecture": "esp32-s3",
1374+
"activelySupported": false,
1375+
"supportLevel": 1,
1376+
"displayName": "LilyGo T5 E-paper S3 Pro",
1377+
"tags": [
1378+
"LilyGo"
1379+
],
1380+
"hasMui": false,
1381+
"partitionScheme": "8MB",
1382+
"images": [
1383+
"t5s3-epaper-pro.svg"
1384+
]
1385+
},
1386+
{
1387+
"hwModel": 125,
1388+
"hwModelSlug": "MINI_EPAPER_S3",
1389+
"platformioTarget": "mini-epaper-s3",
1390+
"architecture": "esp32-s3",
1391+
"activelySupported": false,
1392+
"supportLevel": 1,
1393+
"displayName": "LilyGo Mini E-paper S3",
1394+
"tags": [
1395+
"LilyGo"
1396+
],
1397+
"hasMui": false,
1398+
"images": [
1399+
"mini-epaper-s3.svg"
1400+
]
13521401
}
13531402
]

0 commit comments

Comments
 (0)