So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By csheldon93
#78872 This is a post from esphttpd subforum, but since thre is no answer there, I am posting it here also:

After loading esphttpd firmware, everything works really well, except two (most important things):

Redirection after connecting to ESP Access point. It redirectes but never gets loaded, and I have to push reload button on chrome browser multiple times until it loads the index page
Scanning of available wifi networks...after switching to STA+AP mode, it never finishes scanning and never shows available networks...it just sits there saying scanning...

I should point out that I am using nonos SDK v2.2.1 and have only one WIFI AP available (which doesnt show up in scan page).
I also have issues using modified WIFI_Connect() function (as in Martin Harizanov's 3ch relay board project) from esp mqtt project. This function worked great with sdk v0.9 in Martin's Code, but it causes seroius problems when used in esphttpd with v2.2.1 SDK, as ESP AP crashes and won't allow a connection when switched to STA+AP mode.

Does anybody know anything about this. Any..and I mean any helo is much appreciated. Thank you very much!