280 B
280 B
Notes
Mise en place micropython
esptool --port /dev/ttyACM0 erase-flash
cd tmp wget https://micropython.org/resources/firmware/ESP32_GENERIC_C6-20250911-v1.26.1.bin cd -
esptool --port /dev/ttyACM0 --baud 460800 write-flash 0 ./tmp/ESP32_GENERIC_C6-20250911-v1.26.1.bin