From a7897f30e66b964a2efba4f8f91325c9414b6acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C3=96ster?= Date: Sat, 16 Aug 2025 12:17:28 +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 d7e1b545..b3f8b66c 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.RC2"; +const char* version_number = "9.0.RC2experimental"; // Interval timers volatile unsigned long currentMillis = 0;