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 512602a commit 3db3d07Copy full SHA for 3db3d07
main/msc.c
@@ -327,6 +327,14 @@ static const char *chipid_to_name(const uint32_t id)
327
return "ESP32-C6";
328
case 0x3d308e94:
329
return "ESP32-P4";
330
+ case 0xf71c0343:
331
+ return "ESP32-C5";
332
+ case 0x77d850c4:
333
+ return "ESP32-C61";
334
+ case 0xb6dd00af:
335
+ return "ESP32-H21";
336
+ case 0x9e0baa8a:
337
+ return "ESP32-H4";
338
default:
339
return "unknown";
340
}
0 commit comments