Updated submodules

This commit is contained in:
CommanderRedYT
2022-12-23 00:02:52 +01:00
parent 9e6ee2c957
commit c85e84e9a1
8 changed files with 70 additions and 42 deletions

View File

@ -397,10 +397,12 @@ std::string toString(esp_chip_model_t esp_chip_model)
return "ESP32S3";
case CHIP_ESP32C3:
return "ESP32C3";
case CHIP_ESP32H2:
return "ESP32H2";
case CHIP_ESP32H4:
return "ESP32H4";
case CHIP_ESP32C2:
return "ESP32C2";
case CHIP_ESP32C6:
return "ESP32C6";
default:
return "invalid";
}