This repository automatically builds the Meshtastic firmware for the
Heltec WiFi LoRa 32 V2 board every night (development branch).
- Go to the Actions tab → click the latest run → download the
heltec-v2-firmwareartifact. - Each artifact includes:
firmware.binfirmware.factory.bin
- Or go to releases
Example (Linux/macOS):
esptool.py --chip esp32 --port /dev/ttyUSB0 write_flash -z 0x0 firmware.factory.bin