longer watchdog timeout for mqtt broker reconnect and better help text

This commit is contained in:
hg
2015-06-20 13:57:38 +02:00
parent b4788c257a
commit 95f1743fc4
2 changed files with 5 additions and 4 deletions

View File

@ -50,7 +50,7 @@ extern "C" {
WDOG_UNLOCK = WDOG_UNLOCK_SEQ2;
// one minute
WDOG_TOVALL = 20000;
WDOG_TOVALL = 60000;
WDOG_TOVALH = 0;
WDOG_PRESC = 0;