Skip to content

Commit 1f7bad9

Browse files
committed
Release v2.12
1 parent 6f7b1ed commit 1f7bad9

File tree

11 files changed

+28
-10
lines changed

11 files changed

+28
-10
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ The project documentation is available at <https://esp32-si4732.github.io/ats-mi
44

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

7+
## 2.12 (2025-04-29)
8+
9+
10+
### Removed
11+
12+
- Remove the main menu counter.
13+
14+
15+
### Added
16+
17+
- Added RDS radio text, program type, and PI code. Can be enabled via Settings->RDS. [#9](https://github.com/esp32-si4732/ats-mini/issues/9)
18+
- Memory menu to store favorite stations. Press the encoder on an empty slot to store the current frequency and mode, rotate the encoder to select a slot. WARNING: this firmware version resets the receiver settings. [#56](https://github.com/esp32-si4732/ats-mini/issues/56)
19+
- Add `I` and `i` hotkeys to tweak the calibration value. Add separate BFO and calibration fields to the remote log. [#60](https://github.com/esp32-si4732/ats-mini/issues/60)
20+
- Add 10kHz step for WFM mode
21+
- Add `Settings->Sleep Mode`. Controls whether the encoder is locked or not during sleep. Unlocked mode allows tuning (and setting the volume) with less self-induced noise.
22+
23+
24+
### Changed
25+
26+
- Remote encoder keys changed. Use `R` and `r` to rotate it and `e` to click.
27+
28+
29+
### Fixed
30+
31+
- Get rid of 1M and other AM steps in LSB/USB steps menu [#15](https://github.com/esp32-si4732/ats-mini/issues/15)
32+
- Extend the 25, 31, 41, 49, and 60 meter bands. [#50](https://github.com/esp32-si4732/ats-mini/issues/50)
33+
734
## 2.11 (2025-04-22)
835

936

ats-mini/Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <TFT_eSPI.h>
66
#include <SI4735-fixed.h>
77

8-
#define APP_VERSION 211 // FIRMWARE VERSION
8+
#define APP_VERSION 212 // FIRMWARE VERSION
99
#define EEPROM_VERSION 70 // EEPROM VERSION (forces reset)
1010

1111
// Modes

changelog/+fm10khz.added.md

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

changelog/+menu-counter.removed.md

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

changelog/+remote.changed.md

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

changelog/+sleep-modes.added.md

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

changelog/15.fixed.md

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

changelog/50.fixed.md

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

changelog/56.added.md

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

changelog/60.added.md

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

0 commit comments

Comments
 (0)