Report Bugs Here

Moderator: Mmiscool

User avatar
By kingedem
#39494 Thanks for the suggestions Micheal. I removed all unwanted code and made it too short and its quite stable now.
Regarding AP Mode: Th same code was working very well in previous versions. I think, there is some issue with new version 1.77 , pls check. I tried running only one line code : ap "abcde" "password9" its not working. I also tried from your "Setting" Page but its still does not work. I think the new version 1.77 has issues. Pls check. Thanks.
User avatar
By Mmiscool
#39534 I just tested running the following program and it seemed to work.

I connected to the network using the password and was able to access the esp.

Code: Select allap "abcde" "password9"
end
User avatar
By kingedem
#39544 Did you try the module rebooting by power off?
After running the code : ap "abcde" "password9" ... it appears for a while and when try to establish connection with ip 192.168.4.1 ... the module gets reboot and the wifi name disappears.

It is not retaining the wifi "AP" settings. :(
User avatar
By Mmiscool
#39546 On boot up the device immediately tries to connect to the last network. If yo want to prevent this and force it in to ap mode write a blank name to the file for remembering wifi names.

write "WIFIname" " "

This will force the device in to ap mode on boot as it will not be able to connect to the network.