-->
Page 2 of 2

Re: nodemcu while loop fails

PostPosted: Mon Jan 04, 2016 4:15 pm
by TerryE
whenever you return control to the SDK, the WDT is reset. As general rule, you shouldn't stay in Lua for more than 50mSec before retunng execution to the SDK.