From a1d14235ff8b710be1368b64706f6677c5178c82 Mon Sep 17 00:00:00 2001 From: example Date: Thu, 7 Apr 2022 01:07:44 +0200 Subject: [PATCH] frequenz der abfrage des reed-pins halbiert --- source/nodemcu/statusclient/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nodemcu/statusclient/config.h b/source/nodemcu/statusclient/config.h index a9bbde5..b078888 100644 --- a/source/nodemcu/statusclient/config.h +++ b/source/nodemcu/statusclient/config.h @@ -11,7 +11,7 @@ #define DEBUG true /* frequence to read the pin */ -#define FREQUENCY 10000 +#define FREQUENCY 5000 /* time server settings */ #define NTP_URL "pool.ntp.org"