Search found 2 matches
- Wed Jun 29, 2016 10:54 pm
- Forum: Report Bugs
- Topic: 【SOLVED】LIGHT SLEEP ERROR SDK 1.5.4
- Replies: 5
- Views: 5447
Re: 【Feedback】LIGHT SLEEP ERROR SDK 1.5.4
Ok thank you very much, it is solved
- Fri Jun 24, 2016 2:57 am
- Forum: Report Bugs
- Topic: 【SOLVED】LIGHT SLEEP ERROR SDK 1.5.4
- Replies: 5
- Views: 5447
【SOLVED】LIGHT SLEEP ERROR SDK 1.5.4
I'm trying light sleep, but the second time always shows a "fpm 737" Error, my code: void sleeping(void); void wake_up_func(void) { wifi_fpm_close(); wifi_set_opmode_current(STATION_MODE); os_printf("ON\n"); sleeping(); } void sleeping(void) { wifi_station_disconnect(); if(wifi_s...