Skip to content

Commit 9a92792

Browse files
committed
Release v2.10
1 parent 3709b20 commit 9a92792

11 files changed

Lines changed: 20 additions & 10 deletions

CHANGELOG.md

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

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

7+
## 2.10 (2025-04-18)
8+
9+
10+
### Changed
11+
12+
- Move Calibration to the Settings menu
13+
- New bands list: more bands, different names and limits, sorted by modulation type for faster switching. WARNING: this change resets the receiver settings!
14+
- Pixel-wise tuning scale scrolling
15+
- Simplify remote serial output, change encoder keybindings. Use `E` and `e` to simulate the encoder rotation, `p` to push the button.
16+
17+
18+
### Fixed
19+
20+
- Fix the screenshot palette. You can use the following oneliner to make a screenshot: `echo -n C | socat stdio /dev/cu.usbmodem14401,echo=0,raw | xxd -r -p > /tmp/screenshot.bmp` [#40](https://github.com/esp32-si4732/ats-mini/issues/40)
21+
- Autodetect the display type and invert/mirror the picture if needed [#41](https://github.com/esp32-si4732/ats-mini/issues/41)
22+
- Fix SSB band limits checks [#46](https://github.com/esp32-si4732/ats-mini/issues/46)
23+
- Hopefully fix the SSB noise tone issue [#46](https://github.com/esp32-si4732/ats-mini/issues/46)
24+
- The "EEPROM Resetting" screen is not hidden
25+
726
## 2.00 (2025-04-15)
827

928

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.h>
77

8-
#define APP_VERSION 200 // FIRMWARE VERSION
8+
#define APP_VERSION 210 // FIRMWARE VERSION
99
#define EEPROM_VERSION 68 // EEPROM VERSION (forces reset)
1010

1111
// Modes

changelog/+calibration.changed.md

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

changelog/+new-bands.changed.md

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

changelog/+reset.fixed.md

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

changelog/+scrolling.changed.md

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

changelog/+serial.changed.md

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

changelog/40.fixed.md

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

changelog/41.fixed.md

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

changelog/46.fixed.1.md

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

0 commit comments

Comments
 (0)