v0.4.2
0.4.2 (2026-08-21)
Bug Fixes
Documentation
- replace DECISIONS.md with ADRs and CONTEXT.md glossary (#76) (d0ab8bf)
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.2.bin \
0x8000 partitions-0.4.2.bin \
0xe000 ota_data_initial-0.4.2.bin \
0x10000 firmware-0.4.2.bin
Verify downloads: sha256sum -c checksums-0.4.2.txt