作者:初木科技 | 更新時間:2020-12-14 | 瀏覽量:1163
我的ESP8266上云后,會自動掉線,是不是因為心跳時間間隔過長還是?
tmr.alarm(1, 60000, 1, function() if isConnect then cu:send(s.."\n") end end)