From 23cd2a2139071a184c3c1e6531773892b24c4c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BB=D0=B8=D0=BC=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9=20=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5?= =?UTF-8?q?=D0=B2=D0=B8=D1=87?= Date: Sat, 23 Apr 2022 21:24:10 +0300 Subject: [PATCH] compilation fix --- lighthub/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthub/main.cpp b/lighthub/main.cpp index 827aab2..09d14d6 100644 --- a/lighthub/main.cpp +++ b/lighthub/main.cpp @@ -145,7 +145,7 @@ void watchdogSetup(void) {} //Do not remove - strong re-definition WDT Init f bool cleanConf() { - if (!root) return; + if (!root) return true; bool clean = true; debugSerial<