Update Software.ino

This commit is contained in:
Daniel Öster 2025-04-25 14:19:00 +03:00 committed by GitHub
parent dc5f4f52c0
commit c49912df36
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;
// The current software version, shown on webserver
const char* version_number = "8.11.0";
const char* version_number = "8.12.dev";
// Interval timers
unsigned long previousMillis10ms = 0;