Parcourir la source

light sleep > modem sleep

etisab il y a 10 ans
Parent
commit
0fe23d8359
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 )