mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
esp32h2: renaming esp32h2 to esp32h4
This commit is contained in:
@@ -86,8 +86,8 @@ static int get_version(int argc, char **argv)
|
||||
case CHIP_ESP32C3:
|
||||
model = "ESP32-C3";
|
||||
break;
|
||||
case CHIP_ESP32H2:
|
||||
model = "ESP32-H2";
|
||||
case CHIP_ESP32H4:
|
||||
model = "ESP32-H4";
|
||||
break;
|
||||
case CHIP_ESP32C2:
|
||||
model = "ESP32-C2";
|
||||
|
Reference in New Issue
Block a user