Update Software.ino

This commit is contained in:
Daniel Öster 2025-06-10 23:42:50 +03:00 committed by GitHub
parent 779c53a5ac
commit 27ca07c6bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@
volatile unsigned long long bmsResetTimeOffset = 0;
// The current software version, shown on webserver
const char* version_number = "8.14.0";
const char* version_number = "8.15.dev";
// Interval timers
volatile unsigned long currentMillis = 0;