Search found 1 match
- Wed Nov 18, 2020 12:22 pm
- Forum: ESP8266 SDK
- Topic: [Help!] Why I sending Http data Fail after "esp_light_sleep()" ?
- Replies: 1
- Views: 587
[Help!] Why I sending Http data Fail after "esp_light_sleep()" ?
Hey guys. I met a problem. I connectted to wifi and send a request to http server after started the device. And then , I setting up "esp_sleep_enable_timer_wakeup(3000000);" and "esp_light_sleep_start();" . But after timeout , wake up from sleep, I try "example_connect();&qu...