Update Software.ino

This commit is contained in:
Daniel Öster 2025-07-19 17:07:37 +03:00 committed by GitHub
parent 2974601228
commit 5ddc68682a
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.15.0";
const char* version_number = "8.16.dev";
// Interval timers
volatile unsigned long currentMillis = 0;