Commit 924dbc5a authored by russhughes's avatar russhughes

ESP32-S3 Flash Example

parent 19a427e5
# ESP32-S3 Flash Example
## Erase flash
esptool.py --chip esp32s3 --port /dev/ttyACM0 erase_flash
## Flash firmware
esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash -z 0 firmware.bin
Power Cycle device
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment