Skip to content

Commit 7651733

Browse files
committed
Add P4 to chip info
1 parent e12e33c commit 7651733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cores/esp32/Esp.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ const char *EspClass::getChipModel(void) {
300300
case CHIP_ESP32C2: return "ESP32-C2";
301301
case CHIP_ESP32C6: return "ESP32-C6";
302302
case CHIP_ESP32H2: return "ESP32-H2";
303+
case CHIP_ESP32P4: return "ESP32-P4";
303304
default: return "UNKNOWN";
304305
}
305306
#endif

0 commit comments

Comments
 (0)