From 42a51f44ec1c5fa1b3defc25eea6eb6f615fa9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C3=96ster?= Date: Sun, 15 Sep 2024 23:08:45 +0300 Subject: [PATCH] Update Software.ino --- Software/Software.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/Software.ino b/Software/Software.ino index 6fec76fa..d9470ec9 100644 --- a/Software/Software.ino +++ b/Software/Software.ino @@ -38,7 +38,7 @@ Preferences settings; // Store user settings // The current software version, shown on webserver -const char* version_number = "7.2.dev"; +const char* version_number = "7.2.0"; // Interval settings uint16_t intervalUpdateValues = INTERVAL_5_S; // Interval at which to update inverter values / Modbus registers