瀏覽代碼

light sleep > modem sleep

etisab 10 年之前
父節點
當前提交
0fe23d8359
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BUILD/sendYo.lua

+ 1 - 1
BUILD/sendYo.lua

@@ -22,6 +22,6 @@ http.post(
 		print("POST REQUEST CALLBACK")
 		print("code: ", code)
 		print("data: ", data)
-		wifi.sleeptype(wifi.MODEM_SLEEP)
+		wifi.sleeptype(wifi.LIGHT_SLEEP)
 	end
 )