Skip to content

Commit

Permalink
Update Software.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
dalathegreat authored Oct 14, 2024
1 parent a48937e commit 667edb8
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.5.dev";
const char* version_number = "7.5.0";

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

0 comments on commit 667edb8

Please sign in to comment.