esp32h2: disable no_stub option

It helps to enable erase flash feature for esp32h2beta2
This commit is contained in:
xiaqilin
2022-08-04 15:09:17 +08:00
parent 6c8375e2d2
commit 5ebbefafc7
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -82,7 +82,6 @@ mainmenu "Espressif IoT Development Framework Configuration"
config IDF_TARGET_ESP32H2_BETA_VERSION_2
bool
prompt "ESP32-H2 beta2"
select ESPTOOLPY_NO_STUB # TODO: IDF-4288
endchoice
config IDF_TARGET_ESP32C2