The News!!!
Added
- Make all boards on new tag.
- Wifi region configuration menu.
- Add Country Code.
- Release file names updated & files ziped.
- Release draft on new tag with flashing instructions as body.
- Release v1.1.7.0.
Fixed
- Update gpio menus conditions.
Changed
- Merge pull request #23 from ElectronicCats/dev.
- Merge branch 'contrycode' into dev.
- Merge branch 'changelog' into dev.
- Merge branch 'make_builds' into dev.
- Use EOF.
- Use cat instead of vars.
- Use printf instead of echo.
- Pass output directly.
- Scape sequences.
- Change log temporal path.
- Update changelog download path.
- Remove extension.
- Add extension to changelog.
- Attempt without all boards.
- Attempt to get changelog automatically.
- Change log since las tag.
- Merge pull request #20 from ElectronicCats/prerelease.
Flashing release
Minino
Flash Address |
File |
0x0 |
minino_v1.1.7.2.bin |
Command
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 minino_v1.1.7.2.bin
BSides
Flash Address |
File |
0x0 |
bsides_v1.1.7.2.bin |
Command
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 bsides_v1.1.7.2.bin
DragonJar
Flash Address |
File |
0x0 |
dragonjar_v1.1.7.2.bin |
Command
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 dragonjar_v1.1.7.2.bin
EkoParty
Flash Address |
File |
0x0 |
ekoparty_v1.1.7.2.bin |
Command
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 ekoparty_v1.1.7.2.bin
BugCon
Flash Address |
File |
0x0 |
bugcon_v1.1.7.2.bin |
Command
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.7.2.bin
What's Changed
Full Changelog: v1.1.7.0...v1.1.7.2