From 8d6d7f315f5ffabc4e0ab8671fb87d31e2758738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 11 Aug 2022 14:08:54 +0200 Subject: [PATCH] app: increase watchdog timeout to allow connecting to network --- application.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.c b/application.c index 7e098fa..452271a 100644 --- a/application.c +++ b/application.c @@ -47,7 +47,7 @@ #include "radio_esp8266.h" // to receive ARTnet /** watchdog period in ms */ -#define WATCHDOG_PERIOD 10000 +#define WATCHDOG_PERIOD 20000 /** wakeup frequency (i.e. least number of times per second to perform the main loop) */ #define WAKEUP_FREQ 16