Replies: 2 comments 9 replies
-
this has nothing to do with the web server itself. new OS versions have new requirements. Are you using PlatformIO or pioarduino? |
Beta Was this translation helpful? Give feedback.
6 replies
-
@perotom : if you want you can try MycilaESPConnect lib which does more or less what the code above does, but with additional routes to support different OS versions. You will be able to see if this is the problem. Also, are you able to manually reach 192.168.4.1 ? |
Beta Was this translation helpful? Give feedback.
3 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.
-
Platform
ESP32
IDE / Tooling
PlatformIO
What happened?
I get the captive portal example not working on Android or iOS. It connected to the device and I can put in the router ip address, but there is no pop-up of the captive portal when connecting to the WiFi. It used to work with the old library (before the Repo changed names). Using esp32-s3-devkit.
Stack Trace
Minimal Reproductible Example (MRE)
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions