Update Software.ino

This commit is contained in:
Daniel Öster 2025-04-25 12:28:36 +03:00 committed by GitHub
parent 3c5a6835a8
commit dc5f4f52c0
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.11.dev"; const char* version_number = "8.11.0";
// Interval timers // Interval timers
unsigned long previousMillis10ms = 0; unsigned long previousMillis10ms = 0;