Skip to content

Commit

Permalink
Merge branch 'bugfix/esp32h2beta2_erase_flash' into 'master'
Browse files Browse the repository at this point in the history
fix(esp32h2beta2): erase flash

Closes IDF-4288

See merge request espressif/esp-idf!19389
  • Loading branch information
dobairoland committed Aug 8, 2022
2 parents c25c254 + 5ebbefa commit 819880a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Kconfig
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/esptool_py/Kconfig.projbuild
Expand Up @@ -2,7 +2,7 @@ menu "Serial flasher config"

config ESPTOOLPY_NO_STUB
bool "Disable download stub"
default "y" if IDF_TARGET_ESP32H2 && IDF_ENV_FPGA # TODO: IDF-4288
default "y" if IDF_ENV_FPGA
default "n"

help
Expand Down

0 comments on commit 819880a

Please sign in to comment.