From 63202923038d83993aaf716a5c5e6d5c3b600d85 Mon Sep 17 00:00:00 2001 From: Nicolas Schurando Date: Sun, 24 Dec 2023 16:28:24 +0100 Subject: [PATCH] Bumped version number. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 7764df5..c376879 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -91,7 +91,7 @@ void presentation(void) { * and advance one step if successful */ switch (step) { case -1: { - if (sendSketchInfo(F("SLHA00011 Linky"), F("1.0.0")) == true) { + if (sendSketchInfo(F("SLHA00011 Linky"), F("1.1.0")) == true) { step++; } break;