LunarCore · Releases
from GitHub · updated 2026-06-241 releases
v1.1.0 # 5 months ago · 2026-02-06 22:35 UTC
Flash Instructions
Prerequisites: Install esptool (
pip install esptool)Flash the firmware:
esptool.py --chip esp32s3 -p PORT write_flash 0x0 lunarcore-esp32s3.binReplace
PORTwith your serial port:- Linux:
/dev/ttyACM0or/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
- Linux: