These steps are for flashing a board with MicroPython and not for WebThing support
make.flash
esp32 board with uPythonmake falsh.erase
the boardmake repl
start repl, uses picocommake build
will build a board with uPython
-Requirements, ESP32 board
-Serial port to connect to board
All that is needed once the serial port is connected is to replace the PORT
, (/dev/cu.usbserial-01DFA28F) with the name of the connected serial port. This can be found using ls /dev/cu*
on the MacOS.