Skip to content

v1.1.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Oct 00:42
· 9 commits to main since this release

The News!!!

Added

  • Add running animation to num sats.
  • Add update rate.
  • Add config options.
  • Add skeleton config menu.
  • Example new functions gps.
  • Add delete button to file manager web.
  • Add UTC label to screens and test mode.
  • Add delete button to file manager web.

Fixed

  • Loading animation.
  • Scanning animation.

Changed

  • Merge branch 'dev'.
  • Merge pull request #71 from ElectronicCats/dev.
  • Merge pull request #70 from ElectronicCats/gps_plus.
  • Merge pull request #69 from ElectronicCats/file_delete.
  • Merge branch 'main' into dev.
  • Merge pull request #68 from ElectronicCats/docs-update-README-firmware.
  • Update README.md firmware.
  • Merge branch 'main' into dev.
  • Update README.md firmware.

Flashing release

Minino

Table for ESP Tool

Flash Address File
0x0 minino_v1.1.13.0.bin
0x0 bsides_v1.1.13.0.bin
0x0 dragonjar_v1.1.13.0.bin
0x0 ekoparty_v1.1.13.0.bin
0x0 bugcon_v1.1.13.0.bin
0x0 bsseattle_v1.1.13.0.bin

Command

Minino Board

python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 8MB --flash_freq 80m 0x0 bugcon_v1.1.13.0.bin

Badge Board

python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 4MB --flash_freq 80m 0x0 bugcon_v1.1.13.0.bin

What's Changed

Full Changelog: v1.1.12.0...v1.1.13.0