From d38a8d6655fdd039568c788d431a3c5eded7ed44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C3=96ster?= Date: Sun, 31 Aug 2025 17:50:51 +0300 Subject: [PATCH] Update Software.ino --- Software/Software.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/Software.ino b/Software/Software.ino index 9367bedf..71cf186c 100644 --- a/Software/Software.ino +++ b/Software/Software.ino @@ -41,7 +41,7 @@ volatile unsigned long long bmsResetTimeOffset = 0; // The current software version, shown on webserver -const char* version_number = "9.0.RC4"; +const char* version_number = "9.0.RC5experimental"; // Interval timers volatile unsigned long currentMillis = 0;