diff --git a/constants.h b/constants.h index 1a32738..03aa81c 100644 --- a/constants.h +++ b/constants.h @@ -5,7 +5,7 @@ #if defined(ARDUINO_ADAFRUIT_FEATHER_RP2040) #define PROGRAM_VERSION "v1.14 PCB v.7" #else -#define PROGRAM_VERSION "v1.14" +#define PROGRAM_VERSION "v1.13.2" #endif #define PROGRAM_LINE1 "Barry K7BWH" #define PROGRAM_LINE2 "John KM7O" diff --git a/downloads/CHANGELOG.md b/downloads/CHANGELOG.md index d43ec69..d9269e3 100644 --- a/downloads/CHANGELOG.md +++ b/downloads/CHANGELOG.md @@ -8,6 +8,16 @@ Version numbers correspond to [Downloads](https://github.com/barry-ha/Griduino/t The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and the Griduino project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +**v1.13.2 alpha**   2024-01-04 + +Version 1.13.2 is a Beta release. + +Fixed: Laggard "one second" screen refresh which occurred only every 47 seconds. + +Fixed: Satellite reception bar graph in inverted mode; history increased to ten minutes. + +Removed: Speech announcements temporarily disabled until a lockup condition is fixed. + **v1.13 alpha**   2023-11-30 Version 1.13 is an Alpha release. This is a snapshot of current development as we freeze the RPi 2040 development. Now that Adafruit has started shipping the Feather M4 Express again, we shelved the rp2040 PCB project. diff --git a/downloads/griduino_v1.13.2.uf2 b/downloads/griduino_v1.13.2.uf2 new file mode 100644 index 0000000..a3c98e1 Binary files /dev/null and b/downloads/griduino_v1.13.2.uf2 differ diff --git a/downloads/griduino_v113.uf2 b/downloads/griduino_v113.uf2 deleted file mode 100644 index 1e885c4..0000000 Binary files a/downloads/griduino_v113.uf2 and /dev/null differ