Update Software.ino

This commit is contained in:
Daniel Öster 2025-08-16 12:17:28 +03:00 committed by GitHub
parent 6e6e9dea49
commit a7897f30e6
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;
// 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;