Skip to content

v1.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Nov 16:19
· 8 commits to main since this release
4a54385

New:

  • added ESP32-C6-DevKit

Flashing:

esptool.py --chip esp32c3 -p /dev/cu.usbserial-1410 -b 460800 write_flash 0x0 esp32-sdl3-swift-example....bin
esptool.py --chip esp32c6 -p /dev/cu.usbserial-1410 -b 460800 write_flash 0x0 esp32-sdl3-swift-example....bin
esptool.py --chip esp32p4 -p /dev/cu.usbserial-1410 -b 460800 write_flash 0x0 esp32-sdl3-swift-example....bin