esp32h2: renaming esp32h2 to esp32h4

This commit is contained in:
laokaiyao
2022-10-19 15:57:24 +08:00
parent 895d97d765
commit 8677216576
539 changed files with 1679 additions and 2126 deletions

View File

@@ -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";