echo "WARNING: boards/esp-wroom-32.cfg is deprecated, and may be removed in a future release."
set ESP32_FLASH_VOLTAGE 3.3
source [find target/esp32.cfg]
so users will receive a
*WARNING: boards/esp-wroom-32.cfg is deprecated, and may be removed in a future release*.
warning which might confuse them.
It would be good to update the openocd_board value and maybe add a additional parameter to set the flash voltage, so that it's also nicely and independenly configurable I think.
When debugging with
The board definition says
https://github.com/platformio/platform-espressif32/blob/883518fa60efc9738f53f6743216be435e5ff1fe/boards/esp32dev.json#L20-L22
but further the openocd config says
so users will receive a
warning which might confuse them.
It would be good to update the
openocd_board
value and maybe add a additional parameter to set the flash voltage, so that it's also nicely and independenly configurable I think.