Skip to content

Commit 188e655

Browse files
committed
Release 1.06
1 parent a980238 commit 188e655

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

3-
The project documentation is avaiable at https://esp32-si4732.github.io/ats-mini/
3+
The project documentation is available at https://esp32-si4732.github.io/ats-mini/
4+
5+
<!-- towncrier release notes start -->
6+
7+
## 1.06 (2025-03-20)
8+
9+
10+
### Changed
11+
12+
- Unmute the audio on volume middle press shortcut [#1](https://github.com/esp32-si4732/ats-mini/issues/1)
13+
- Lock encoder rotation during sleep, #8 [#8](https://github.com/esp32-si4732/ats-mini/issues/8)
14+
- Redraw the battery indicator in iOS style [#11](https://github.com/esp32-si4732/ats-mini/issues/11)
15+
- Print tuning capacitor value to Serial port
416

517
## 1.05 (2025-03-16)
618

ats-mini/ats-mini.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ const uint16_t size_content = sizeof ssb_patch_content; // see patch_init.h
153153
// Update F/W version comment as required F/W VER Function Locn (dec) Bytes
154154
// ====================================================================================================================================================
155155
const uint8_t app_id = 67; // EEPROM ID. If EEPROM read value mismatch, reset EEPROM eeprom_address 1
156-
const uint16_t app_ver = 105; // v1.05 EEPROM VER. If EEPROM read value mismatch (older), reset EEPROM eeprom_ver_address 2
157-
char app_date[] = "2025-03-16";
156+
const uint16_t app_ver = 106; // v1.06 EEPROM VER. If EEPROM read value mismatch (older), reset EEPROM eeprom_ver_address 2
157+
char app_date[] = "2025-03-20";
158158
const int eeprom_address = 0; // EEPROM start address
159159
const int eeprom_set_address = 256; // EEPROM setting base address
160160
const int eeprom_setp_address = 272; // EEPROM setting (per band) base address

changelog/+capacitor.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/1.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/11.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/8.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)