From a6b1010650846a2c4d7cb222650a69e51375d3e5 Mon Sep 17 00:00:00 2001 From: Vladyslav Doloman Date: Sat, 22 Nov 2025 16:14:01 +0200 Subject: [PATCH] chore: remove inverter connection configuration file --- config.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 config.py diff --git a/config.py b/config.py deleted file mode 100644 index d693b40..0000000 --- a/config.py +++ /dev/null @@ -1,6 +0,0 @@ -# Inverter Configuration -# Replace with your actual Inverter IP and Serial Number -INVERTER_IP = "192.168.1.X" -INVERTER_SERIAL = 1234567890 -INVERTER_PORT = 8899 -INVERTER_SLAVE_ID = 1