Update Software.ino

This commit is contained in:
Daniel Öster 2025-08-31 17:20:28 +03:00 committed by GitHub
parent 62f23bd2db
commit 6c25a669ec
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.RC3experimental"; const char* version_number = "9.0.RC4";
// Interval timers // Interval timers
volatile unsigned long currentMillis = 0; volatile unsigned long currentMillis = 0;