소스 검색

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
 )