mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Update version number
This commit is contained in:
parent
b63d005ae8
commit
bdcaa16d46
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Preferences settings; // Store user settings
|
Preferences settings; // Store user settings
|
||||||
const char* version_number = "5.3.RC"; // The current software version, shown on webserver
|
const char* version_number = "5.3.0"; // The current software version, shown on webserver
|
||||||
// Interval settings
|
// Interval settings
|
||||||
int intervalUpdateValues = 4800; // Interval at which to update inverter values / Modbus registers
|
int intervalUpdateValues = 4800; // Interval at which to update inverter values / Modbus registers
|
||||||
const int interval10 = 10; // Interval for 10ms tasks
|
const int interval10 = 10; // Interval for 10ms tasks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue