Update Software.ino

This commit is contained in:
Daniel Öster 2025-04-13 12:29:16 +03:00 committed by GitHub
parent 71449caf4e
commit 08e9568883
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,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 = "8.10.dev"; const char* version_number = "8.10.0";
// Interval timers // Interval timers
unsigned long previousMillis10ms = 0; unsigned long previousMillis10ms = 0;