Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Feb 22:35

Flash Instructions

Prerequisites: Install esptool (pip install esptool)

Flash the firmware:

esptool.py --chip esp32s3 -p PORT write_flash 0x0 lunarcore-esp32s3.bin

Replace PORT with your serial port:

  • Linux: /dev/ttyACM0 or /dev/ttyUSB0
  • macOS: /dev/cu.usbmodem*
  • Windows: COM3 (check Device Manager)

Supported hardware: Heltec WiFi LoRa 32 V3, LilyGo T3-S3, or any ESP32-S3 + SX1262 board.

The binary includes bootloader + partition table + application merged at offset 0x0.

Full Changelog: https://github.com/STCisGOOD/lunarcore/commits/v1.1.0