Skip to content

Commit 51175ce

Browse files
committed
Release 2.30
1 parent 14e9603 commit 51175ce

11 files changed

Lines changed: 24 additions & 10 deletions

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ The user manual is available at <https://esp32-si4732.github.io/ats-mini/manual.
44

55
<!-- towncrier release notes start -->
66

7+
## 2.30 (2025-08-07)
8+
9+
10+
### Added
11+
12+
- Add Scan mode. Press the encoder for 0.5 seconds to rescan, press & rotate to tune using a larger step. The scan process can be aborted by clicking or rotating the encoder.
13+
14+
15+
### Changed
16+
17+
- Switch from EEPROM to Preferences library to store the receiver settings. This change removes some old limitations and enables more flexible settings management. WARNING: upgrading to this firmware version from an older one will reset the settings. Also a forced reset might be required (hold the encoder and power on the receiver). [#94](https://github.com/esp32-si4732/ats-mini/issues/94)
18+
- Mute audio amp during seek action to prevent audible artifacts. [#190](https://github.com/esp32-si4732/ats-mini/issues/190)
19+
- Display "Loading SSB" message in the zoomed menu area.
20+
- Extend the 16m broadcast band a bit to include CRI on 17490.
21+
- Increase the number of memory slots to 99.
22+
23+
24+
### Fixed
25+
26+
- Do not lose SSB sub kHz digits when storing Memory slots. [#109](https://github.com/esp32-si4732/ats-mini/issues/109)
27+
- Restore saved bandwidth.
28+
- Use default step when switching modes or memories.
29+
730
## 2.28 (2025-07-01)
831

932

ats-mini/Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define AUTHORS_LINE3 "Goshante, G8PTN (Dave), R9UCL (Max Arnold),"
1515
#define AUTHORS_LINE4 "Marat Fayzullin"
1616

17-
#define VER_APP 228 // Firmware version
17+
#define VER_APP 230 // Firmware version
1818
#define VER_SETTINGS 71 // Settings version
1919
#define VER_MEMORIES 71 // Memories version
2020
#define VER_BANDS 71 // Bands version

changelog/+99slots.changed.md

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

changelog/+band16m.changed.md

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

changelog/+bandwidth.fixed.md

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

changelog/+loading-ssb.changed.md

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

changelog/+scan.added.md

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

changelog/+step.fixed.md

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

changelog/109.fixed.md

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

changelog/190.changed.md

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

0 commit comments

Comments
 (0)