Statistics: Posted by Guest — Mon Aug 15, 2016 12:33 pm
Statistics: Posted by dnc40085 — Sat Aug 13, 2016 5:42 am
Statistics: Posted by Guest — Mon Aug 08, 2016 11:10 am
Timer will prevent the chip from entering light-sleep mode, please disable all timers in
application before entering light-sleep.
Statistics: Posted by dnc40085 — Sat Aug 06, 2016 4:16 pm
Statistics: Posted by Guest — Wed Aug 03, 2016 10:04 am
Code:
wifi_set_opmode_current(NULL_MODE);
wifi_fpm_set_sleep_type(LIGHT_SLEEP_T);
wifi_fpm_open();
wifi_fpm_set_wakeup_cb(wake_cb);
wifi_fpm_do_sleep(10*1000*1000);
Statistics: Posted by dnc40085 — Tue Aug 02, 2016 5:37 am