Skip to content

DHCP option 114 for captive portal #11399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
eyaler opened this issue May 24, 2025 · 2 comments
Open
1 task done

DHCP option 114 for captive portal #11399

eyaler opened this issue May 24, 2025 · 2 comments
Labels
Type: Feature request Feature request for Arduino ESP32

Comments

@eyaler
Copy link

eyaler commented May 24, 2025

Board

esp32s3

Device Description

lilygo t-energy s3

Hardware Configuration

n/a

Version

latest master (checkout manually)

IDE Name

arduino ide

Operating System

windows 11

Flash frequency

80Mhz

PSRAM enabled

yes

Upload speed

921600

Description

dhcp option 114 has been added to esp-idf 5.4 here, which has recently been merged into arduino-esp32 master. how can i use it in captive portal?

Sketch

i am using the captiveportal example

Debug Message

n/a

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@eyaler eyaler added the Status: Awaiting triage Issue is waiting for triage label May 24, 2025
@Jason2866 Jason2866 added Type: Feature request Feature request for Arduino ESP32 and removed Status: Awaiting triage Issue is waiting for triage labels May 24, 2025
@SuGlider
Copy link
Collaborator

This is an IDF new feature. ESP32 Arduino Core doesn't support it directly.
It is possible to replicate the IDF example using an Arduino sketch that calls IDF directly, given that it is included within the Arduino Core Static IDF Libraries.
Another way to implement that feature would be by creating an Arduino as IDF Component project.

For more information about how to use this feature, please check the IDF example at
https://github.com/espressif/esp-idf/blob/master/examples/protocols/http_server/captive_portal/README.md

@lbernstone
Copy link
Contributor

It looks like there is a CONFIG_ option, so this would need to be enabled in the sdkconfig.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
None yet
Development

No branches or pull requests

4 participants