mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 22:16:46 +00:00
esp32h4: checked all the corner stuffs of the removal
This commit is contained in:
@@ -87,8 +87,8 @@ static int get_version(int argc, char **argv)
|
||||
case CHIP_ESP32C3:
|
||||
model = "ESP32-C3";
|
||||
break;
|
||||
case CHIP_ESP32H4:
|
||||
model = "ESP32-H4";
|
||||
case CHIP_ESP32H2:
|
||||
model = "ESP32-H2";
|
||||
break;
|
||||
case CHIP_ESP32C2:
|
||||
model = "ESP32-C2";
|
||||
|
Reference in New Issue
Block a user