We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c725abb commit a0c3368Copy full SHA for a0c3368
Software/Software.ino
@@ -49,7 +49,7 @@
49
volatile unsigned long long bmsResetTimeOffset = 0;
50
51
// The current software version, shown on webserver
52
-const char* version_number = "8.8.dev";
+const char* version_number = "8.8.0";
53
54
// Interval settings
55
uint16_t intervalUpdateValues = INTERVAL_1_S; // Interval at which to update inverter values / Modbus registers
0 commit comments