long sleepTime = 60000
ESP.deepSleep (sleepTime);
This should put the ESP into deep sleep for 1 min, but it basically just goes into deep sleep and immediately wakes up and reconnects then wash, rinse, repeat.
Is the ESP capable of utilizing a variable for the deep sleep duration?