Can someone help me with the sample code for "delay" in "WiFi force sleep begin" function.
I tried the below code and its not accounting the delay.
wifi_set_opmode(NULL_MODE);
wifi_fpm_set_sleep_type(MODEM_SLEEP_T);
wifi_fpm_open();
WiFi.disconnect();
WiFi.mode(WIFI_OFF);
Serial.println("WiFi Off, going for forde sleep");
WiFi.forceSleepBegin();
delay(10000);
Thanks,Statistics: Posted by rupak426 — Fri Apr 15, 2016 2:19 am
]]>