-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
I got edge-dhcp
working as dhcp server on esp32s3 (esp-hal).
I saw there is configuration there for captive portal. My understanding this is so when the client (e.g. phone) connects to the AP it launches a web page, like in airports wifi, is that correct?
I configured this (all I had to do is set server_options.captive_url=Some("http://...")
and connected with an iPhone the phone didn't go to the page automatically. Everything else is working, so I can go to the web page of the web server on the esp32s3.
Should it be working the way I expec it to?
I saw in #31 it's said to work but mentions some Option 14 which I don't know what it is.
I'm using:
edge-nal-embassy = "0.4.1"
edge-dhcp = "0.4.0"
edge-nal = "0.4.2"
Metadata
Metadata
Assignees
Labels
No labels