app: increase watchdog timeout to allow connecting to network
This commit is contained in:
parent
1d118ced08
commit
8d6d7f315f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user