Update Software.cpp

This commit is contained in:
Daniel Öster 2025-09-11 20:36:48 +03:00 committed by GitHub
parent 5246cd34c9
commit b33f42c9c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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