From ecf2dc33afe3b4be017cb0e57a2162c0b441df70 Mon Sep 17 00:00:00 2001 From: Lutz Date: Fri, 24 May 2024 20:48:40 -0700 Subject: [PATCH] V1.13.3 - Updates - Switched back to official repo for OLED display driver --- Changelog.md | 5 +++++ Version.h | 2 +- platformio.ini | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index ca97316c..9012ad90 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,14 @@ +**V1.13.4 - Updates** +- Switched back to official repo for SSD1306-based displays + **V1.13.3 - Updates** +NOTE: Make sure to do a Factory Reset when using this version. - Allowed ALT steps per revolution to be set directly - Removed drift alignment and added ability to add it back with define - Optimized string memory a little - Lowered ESP32 second core priority - Added support for informational display +- You must upgrade to OATControl V1.1.2.0 to use with this version (at least if you want to use teh DEC park/unpark feature) **V1.13.2 - Updates** - Fix for RA steps being incorrectly set on every boot. diff --git a/Version.h b/Version.h index 28e05907..11741f6e 100644 --- a/Version.h +++ b/Version.h @@ -3,4 +3,4 @@ // Also, numbers are interpreted as simple numbers. _ __ _ // So 1.8 is actually 1.08, meaning that 1.12 is a later version than 1.8. \_(..)_/ -#define VERSION "V1.13.3" +#define VERSION "V1.13.4" diff --git a/platformio.ini b/platformio.ini index fec30a35..d6355bb3 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,7 +13,7 @@ lib_deps = arduino-libraries/LiquidCrystal @ ^1.0.7 lincomatic/LiquidTWI2@^1.2.7 olikraus/U8g2@^2.28.8 - https://github.com/ClutchplateDude/esp8266-oled-ssd1306@4.5.1 + https://github.com/ThingPulse/esp8266-oled-ssd1306@4.6.0 [env] extra_scripts =