Update Software.cpp

This commit is contained in:
Daniel Öster 2025-09-27 22:09:42 +03:00 committed by GitHub
parent 572867b7ad
commit 579e0e0bcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@
#endif
// The current software version, shown on webserver
const char* version_number = "9.1.1";
const char* version_number = "9.1.dev";
// Interval timers
volatile unsigned long currentMillis = 0;