Skip to content

Commit e220751

Browse files
committed
ESP32-H4 support was removed in ESP-IDF v5.1
1 parent a6bd6ba commit e220751

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: cores/esp32/Esp.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ const char * EspClass::getChipModel(void)
312312
switch(chip_info.model){
313313
case CHIP_ESP32S3: return "ESP32-S3";
314314
case CHIP_ESP32C3: return "ESP32-C3";
315-
case CHIP_ESP32H4: return "ESP32-H4";
316315
case CHIP_ESP32C2: return "ESP32-C2";
317316
case CHIP_ESP32C6: return "ESP32-C6";
318317
case CHIP_ESP32H2: return "ESP32-H2";

0 commit comments

Comments
 (0)