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.binBadge 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.binWhat's Changed
- docs: Update README.md firmware by @sabas1080 in #68
- feat: Add delete button to file manager web by @JahazielLem in #69
- Improves GPS functionality and configuration by @JahazielLem in #70
- Improves GPS functionality and configuration by @JahazielLem in #71
Full Changelog: v1.1.12.0...v1.1.13.0