From 5af7814fb3feacd89a9c2aaedb1232c523ab922d Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Thu, 30 Jan 2025 09:19:18 +0100 Subject: [PATCH] Point config to tkl's devboard Signed-off-by: Thomas Klaehn --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 2cdcb88..4f2c619 100644 --- a/config/config.json +++ b/config/config.json @@ -1,7 +1,7 @@ { "rtu_address": 1, "sample_rate": 10, - "modbus_host": "periCORE-i7dv5.local", + "modbus_host": "periCORE-rh3uv.local", "modbus_port": 502, "influxdb_host": "barsch.local", "influxdb_port": 8086,