nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32

Home Page:https://nodemcu.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmr: softwd can't be disabled in accordance to manual

wilhelmy opened this issue · comments

The manual mentions tmr.softwd(-1) (or any other negative number) as a means to disarm the watchdog, however the C function claims this is an invalid time.

luaL_argcheck(L, t>0 , 2, "invalid time");

Has been fixed with #3326 and is available on dev builds for now.