Skip to content

Commit 70bb460

Browse files
committed
Release v2.31
1 parent 310a7a5 commit 70bb460

15 files changed

+32
-14
lines changed

CHANGELOG.md

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

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

7+
## 2.31 (2025-09-13)
8+
9+
10+
### Removed
11+
12+
- Remove faster tuning in Seek mode on SSB and in Scan mode via press & rotate in favor af the new accelerated encoder control.
13+
- Remove the ENABLE_HOLDOFF compile-time option.
14+
15+
16+
### Added
17+
18+
- Encoder acceleration.
19+
- Encoder click now cancels the EiBi schedule download process.
20+
21+
22+
### Changed
23+
24+
- Reduce the upper CB band limit to 28MHz. [#205](https://github.com/esp32-si4732/ats-mini/issues/205)
25+
- Independent USB/LSB calibration values. WARNING: this change will reset the bands settings. [#220](https://github.com/esp32-si4732/ats-mini/issues/220)
26+
- Render partial frequency numbers on the tuning scale around screen edges. [#235](https://github.com/esp32-si4732/ats-mini/issues/235)
27+
- Disable the Memory menu timeout (it is a surfing mode like Seek or Scan). Short press (0.5 sec) saves/clears a slot, click closes the menu.
28+
- EXPERIMENTAL: overclock the I2C bus to 800kHz (affects Si4732).
29+
- Set CPU freq to 240 MHz on encoder rotation, drop back to 80 MHz after 10 seconds of no activity. This results in snappier UI.
30+
31+
32+
### Fixed
33+
34+
- Fix AVC wrapping to avoid selecting odd AVC values. [#207](https://github.com/esp32-si4732/ats-mini/issues/207)
35+
- Add 100ms delay after Si4732 POWER_ON to fix the "Si4732 not detected" issue [#213](https://github.com/esp32-si4732/ats-mini/issues/213)
36+
- Fix misbehaving squelch when changing bands.
37+
738
## 2.30 (2025-08-07)
839

940

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 230 // Firmware version
17+
#define VER_APP 231 // Firmware version
1818
#define VER_SETTINGS 71 // Settings version
1919
#define VER_MEMORIES 71 // Memories version
2020
#define VER_BANDS 72 // Bands version

changelog/+cpufreq.changed.md

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

changelog/+eibi-cancel.added.md

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

changelog/+enc-accel.added.md

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

changelog/+fast-steps.removed.md

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

changelog/+holdoff.removed.md

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

changelog/+i2c.changed.md

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

changelog/+memory-timeout.changed.md

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

changelog/+sql.fixed.md

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

0 commit comments

Comments
 (0)