Skip to content

Commit

Permalink
Update Software.ino
Browse files Browse the repository at this point in the history
Signal development version
  • Loading branch information
dalathegreat authored Dec 14, 2024
1 parent d4f04ce commit c7e0d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/Software.ino
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

Preferences settings; // Store user settings
// The current software version, shown on webserver
const char* version_number = "7.9.1";
const char* version_number = "8.0.dev";

// Interval settings
uint16_t intervalUpdateValues = INTERVAL_1_S; // Interval at which to update inverter values / Modbus registers
Expand Down

0 comments on commit c7e0d96

Please sign in to comment.