app: increase watchdog timeout to allow connecting to network

This commit is contained in:
King Kévin 2022-08-11 14:08:54 +02:00
parent 1d118ced08
commit 8d6d7f315f
1 changed files with 1 additions and 1 deletions

View File

@ -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