Fix the bad address of the the AP if the settings are wrong by dumarjo · Pull Request #7363 · esp8266/Arduino
Conversation
Hi,
This should fix the problem seen from time to time on our device. The default IP should be 192.168.4.1 and not 192.168.244.1
This should fix this issue: #5627
@dumarjo thanls for this. Also, shame on me, because I know I've seen that line in the past, and wondered about it.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ret = softAPConfig(0x0104A8C0, 0x00F4A8C0, 0x00FFFFFF);
should be
ret = softAPConfig(0x0104A8C0, 0x0104A8C0, 0x00FFFFFF);
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters