esp32h4: checked all the corner stuffs of the removal

This commit is contained in:
laokaiyao
2023-04-13 17:06:40 +08:00
parent 954a6a2cff
commit 87328d594f
21 changed files with 41 additions and 38 deletions

View File

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