v0.4.1
0.4.1 (2026-08-20)
Documentation
- configure agent skills for GitHub issue tracker and domain docs (#56) (8350cd7)
Flash a blank board (offsets frompio run -t upload -v, esp32s3, 16MB flash):
esptool.py --chip esp32s3 write_flash -z --flash_mode dio --flash_freq 80m --flash_size 16MB \
0x0 bootloader-0.4.1.bin \
0x8000 partitions-0.4.1.bin \
0xe000 ota_data_initial-0.4.1.bin \
0x10000 firmware-0.4.1.bin
Verify downloads: sha256sum -c checksums-0.4.1.txt