From 57f1ff890c3d2070614dc499f630ee73bd18db9d Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:06:19 +0200 Subject: [PATCH] Update node_config.json --- data/node_config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/node_config.json b/data/node_config.json index fe08ae7..8121aba 100644 --- a/data/node_config.json +++ b/data/node_config.json @@ -1,8 +1,8 @@ { "timezone": "CET-1CEST,M3.5.0,M10.5.0/3", - "battery_weak": 3301, - "battery_low": 3401, + "battery_weak": 3501, + "battery_low": 3201, "battery_discharge_lim": 3201, "battery_charge_lim": 4201, "battery_capacity": 2201 -} \ No newline at end of file +}