lv_micropython/scripts/erase-flash-esp32.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
163 B
Bash
Raw Normal View History

# Erase the flash memory of the ESP32 board
source env-variables-micropython.sh
source env-variables-esp32.sh
cd $MICROPYTHON/ports/esp32
make erase BOARD=$BOARD