LunarCore

LunarCore · Releases

from GitHub · updated 2026-06-24

1 releases

  1. 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.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