Releases: JerrettDavis/EspScreen
Releases · JerrettDavis/EspScreen
v0.1.0
EspScreen v0.1.0
Flashing
Full image (recommended) — flash everything in one command:
esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 \
write_flash 0x0 EspScreen-v0.1.0-full.binOr use PlatformIO (requires the source tree):
pio run -d firmware/10-launcher -e esp32dev -t uploadIndividual parts (for partial re-flash):
| File | Offset | Description |
|---|---|---|
firmware.bin |
0x10000 |
Application |
*-full.bin |
0x0000 |
Merged: bootloader + partitions + app + filesystem |
Board: ESP32 DevKit, 4 MB flash, LittleFS filesystem partition at
0x310000.
Full Changelog: https://github.com/JerrettDavis/EspScreen/commits/v0.1.0