From b09c09f46676b9d81106fa5ba30f1cfbf1c231a3 Mon Sep 17 00:00:00 2001 From: boerge1 Date: Wed, 31 Jul 2024 13:23:57 +0200 Subject: [PATCH] Issue_212: Sleep Timer Modification card doesn't work properly with NeoPixel Ring * increase version --- README.md | 2 +- TonUINO-TNG.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1a284e..2c3eab5 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Die SD Karte (Ordner mp3 und advert) hat sich gegenüber der Version 3.1.9 geän # Change Log -## Version 3.1.10 (04.07.2024) +## Version 3.1.11 (04.07.2024) - [Issue 212](https://github.com/tonuino/TonUINO-TNG/issues/212): Sleep Timer Modification card doesn't work properly with NeoPixel Ring ## Version 3.1.10 (27.06.2024) diff --git a/TonUINO-TNG.ino b/TonUINO-TNG.ino index d9faede..db69011 100644 --- a/TonUINO-TNG.ino +++ b/TonUINO-TNG.ino @@ -35,7 +35,7 @@ void setup() LOG(init_log, s_error, F("TonUINO Version 3.1 - refactored by Boerge1\n")); LOG(init_log, s_error, F("created by Thorsten Voß and licensed under GNU/GPL.")); LOG(init_log, s_error, F("Information and contribution at https://tonuino.de.\n")); - LOG(init_log, s_error, F("V3.1.10 04.07.24\n")); + LOG(init_log, s_error, F("V3.1.11 04.07.24\n")); #ifdef TonUINO_Classic LOG(init_log, s_error, F("C "), lf_no);