Skip to content

v0.4.2

Choose a tag to compare

@fugo-release-bot fugo-release-bot released this 21 Aug 05:30
f133916

0.4.2 (2026-08-21)

Bug Fixes

  • bsp: replace hand-rolled battery curve with adc_battery_estimation (#60) (943c774)

Documentation

  • replace DECISIONS.md with ADRs and CONTEXT.md glossary (#76) (d0ab8bf)
    Flash a blank board (offsets from pio 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