Update Software.ino

This commit is contained in:
Daniel Öster 2025-08-31 17:50:51 +03:00 committed by GitHub
parent 36493a89cc
commit d38a8d6655
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@
volatile unsigned long long bmsResetTimeOffset = 0; volatile unsigned long long bmsResetTimeOffset = 0;
// The current software version, shown on webserver // The current software version, shown on webserver
const char* version_number = "9.0.RC4"; const char* version_number = "9.0.RC5experimental";
// Interval timers // Interval timers
volatile unsigned long currentMillis = 0; volatile unsigned long currentMillis = 0;