Releases: chrisweather/RocMQTTdisplay
Releases · chrisweather/RocMQTTdisplay
Roc-MQTT-Display v1.13
Roc-MQTT-Display version 1.13
2024-06-17 - tested with Arduino IDE 1.8.19 with latest versions of included libraries
- Fixes - for Issue #35, some displays didn't show all content when flipped
- Configuration - When MQTT Topic1 is empty (no railrod software clock messages), NTP time/date will be shown on displays for {rrtime} and {rrdate} variables
- Configuration - Track field can also contain characters now, e.g. 1a, 12b, ...
- Configuration - Track field in MQTT message can be empty = no track number, a track number e.g. "1" or "2a", when track field contains "-" = the track number from RMD configuration will be used
- Webinterface - Several improvements
- Wiki - Content updated, German installation guide improved
Roc-MQTT-Display v1.12
Roc-MQTT-Display version 1.12
2024-06-02 - tested with Arduino IDE 1.8.19 with latest versions of included libraries
- Displays - Tested constructor for 128x32 0.87" OLED I2C Display with SSD1316 controller
- Successfully tested and documented compatibility with the OLED Adapters from this project: https://wiki.mobaledlib.de/anleitungen/oled/oled-adapter
- Displays - Added constructor for 64x32 0.49" OLED I2C Display with SSD1316 controller. Not tested yet.
- Displays - Added constructor for 72x40 0.42" OLED I2C Display with SSD1316 controller. Not tested yet.
- Added support for ESP32 boards (tested with esp32 v2.0.17, do NOT update "esp32" in Arduino IDE Boardmanager to version 3.0, this version has bugs that break WiFi code!)
- Webinterface - Added Demo Mode, shows different display modes and content, ends automatically after one run through
- Webinterface - share statistics of hardware for future development focus
- Webinterface - Several improvements
- Updates - OTA Network Port will be enabled only when the Update site in the Webinterface has been opened
- Updates - Preparation for Web Upload of .bin files without Arduino IDE for the next release
Roc-MQTT-Display v1.10
Roc-MQTT-Display version 1.10
2023-01-29 - tested with Arduino IDE 1.8.19 with latest versions of included libraries
- fixed an issue with scrolltext message field positioning - Thanks to Markus smn346
- added the option to use variable {rrtime} (Rocrail time) also in the departure field - Thanks to Markus smn346 for suggesting it!
- added station field to configuration, so every physical display can be assigned to a station, for future use
- added communication with other RM modules (for future use)
- Template - added ÖBB design templates - Thanks to Markus smn346 for sharing them!
- Hardware - added 3D printer data for Controller - Thanks to by Peter psuser1 for designing and sharing!
Roc-MQTT-Display v1.09
Roc-MQTT-Display v1.08
Roc-MQTT-Display version 1.08
2022-10-30 - tested with Arduino IDE 1.8.19 with latest versions of included libraries
- added MQTT broker connection test to debug mode
- improved debug messages in serial monitor
- Added constructor for 128x32 0.87" OLED I2C Display with SSD1316 controller. Not tested yet
- Template - added Invert switch to templates. Inverts the whole display
- Template - increased number of logos from 10 to 20
- Template - added NS logo (thanks ksw2404)
- Webinterface - added update check
- Wiki - Troubleshooting page added
- 3D printer data for 128x32 display case
Roc-MQTT-Display v1.07
Roc-MQTT-Display version 1.07
2022-04-24 - tested with Arduino IDE 1.8.19 with latest versions of included libraries
- fixed issues with JSON handling
- fixed some compiler warnings
- added option to run only one display without multiplexer
- Webinterface - optimized config site and help texts
- Wiki - Wiring updated
- Wiki - Wiring for setup with one display added
- Wiki - Schnellstart Anleitung deutsch improved