WIFIO is a dual Arduino WIFI module (ESP8266+ATMEGA328P) FCC approve-able with transferable licence. Can use the 328P for I/O expansion also...

Moderator: igrr

User avatar
By txsrooster
#85680 Yes the pin is connected. I can put it deep sleep for a set time and it will wake up afterwards no problem. My question is can I use a variable as the duration of sleep? I want to change the sleep duration by received command. I think I have figured it out I use
Code: Select allESP. deepsleep(1*(sleepTime))