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 e12e33c commit 7651733Copy full SHA for 7651733
cores/esp32/Esp.cpp
@@ -300,6 +300,7 @@ const char *EspClass::getChipModel(void) {
300
case CHIP_ESP32C2: return "ESP32-C2";
301
case CHIP_ESP32C6: return "ESP32-C6";
302
case CHIP_ESP32H2: return "ESP32-H2";
303
+ case CHIP_ESP32P4: return "ESP32-P4";
304
default: return "UNKNOWN";
305
}
306
#endif
0 commit comments