Replies: 2 comments 4 replies
-
for the next version:
and this
and my android can see that it's a captive portal directly in the parameters, and it's even easier to configure. |
Beta Was this translation helpful? Give feedback.
4 replies
-
This is normal. This is Arduino saying the mDNS service is already added. ESP-IDF returns an ERROR if already added so Arduino logs an error. But there is no error behind, just a no-op. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just couldn't test the 8266.
I tested all the examples other, nocaptive is the only one that doesn't compile, static does not define ip, otherwise, the rest works pretty well. As you can see from the photo, the user feedback works well.
AdvancedCaptivePortal.log
NoCaptivePortal.log
NonBlockingCaptivePortal.log
WiFiStaticIP.log
BlockingCaptivePortal.log
LoadSaveConfig.log
I note that there is often this error
[ 157][E][ESPmDNS.cpp:182] addService(): Failed adding service http.tcp.
Beta Was this translation helpful? Give feedback.
All reactions