Closed
Description
When connecting from a android device to the ESP8266, sometimes a get request is not responing. Especially when it connect the first time. I have to forget the network and reconnect again.
It is the same issue is also in the older original SDK and was fixed in 1.1.1. See:
http://www.esp8266.com/viewtopic.php?f=6&t=3422&hilit=softap+arduino
They have a fix for older firmware, by putting this before main():
void user_rf_pre_init(void)
{
system_phy_set_rfoption(2);
}
I'm new to the Arduino esp8266, can anybody tell me howto debug / implement this?
Note: When my softAp is on, my Android don't get response when requesting 192.168.4.1. But on my macbook I can!
Metadata
Metadata
Assignees
Labels
No labels