Explorar o código

light sleep > modem sleep

etisab %!s(int64=10) %!d(string=hai) anos
pai
achega
0fe23d8359
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 )