This commit is contained in:
livello
2018-03-18 21:02:59 +03:00
parent 6371895430
commit 98607b7e64

View File

@@ -88,7 +88,7 @@ Config webserver
#include <ArduinoHttpClient.h>
#endif
#ifdef WATCH_DOG_TICKER_DISABLE
#if defined(WATCH_DOG_TICKER_DISABLE)
#define wdt_en() wdt_disable()
#define wdt_dis() wdt_disable()
#define wdt_res() wdt_disable()