Skip to content

Commit 369abb8

Browse files
committed
added c5
1 parent d938962 commit 369abb8

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/lib/data/devices.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"BadUSB": false,
9090
"RGB_Led": false,
9191
"Audio": "NS4168",
92-
"Screen": "320*240",
92+
"Screen": "320x240",
9393
"ESP": "ESP32-D0WDQ6-V3",
9494
"Battery": "390mAh",
9595
"Flash": "16MB",
@@ -238,5 +238,21 @@
238238
"Battery": "None",
239239
"Flash": "16MB",
240240
"PSRAM": "8MB"
241+
},
242+
{
243+
"device": "ESP32-C5",
244+
"CC1101": true,
245+
"NRF24": true,
246+
"FMRadio": "Module Required",
247+
"NFC": "Module Required",
248+
"Mic": false,
249+
"BadUSB": true,
250+
"RGB_Led": true,
251+
"Audio": "Tone",
252+
"Screen": "320x170",
253+
"ESP": "ESP32-C5-WROOM-1 MCN8R4",
254+
"Battery": "None",
255+
"Flash": "16MB",
256+
"PSRAM": "8MB"
241257
}
242258
]

0 commit comments

Comments
 (0)