Git Product home page Git Product logo

captive-portal-esp32's Issues

Treating multipage Captive Portal

Hi. I am looking for a solution to have a multipage captive portal, basically the same page as it could be accessed when connected to a network. Do you have any ideas for that?

RCF 7710 DHCP OPT reference

Not an issue actually, but might be useful to leave a reference here.
An optional feature to make RCF 7710 DHCP option for capt portal detection support was implemented in ESP-IDF not so long ago.
Almost useless with Arduino since it has lwip prebuild, but might worth to have a link around for future.
Cheers!

Excessive stack usage for "Disable AMPDU RX on the ESP32 WiFi to fix a bug on Android"

Applying this code below will increase the stack usage by 40k. That is more than 10% of the entire available stack.
I think it is better to remove it or have it optional.

	// Disable AMPDU RX on the ESP32 WiFi to fix a bug on Android
	esp_wifi_stop();
	esp_wifi_deinit();
	wifi_init_config_t my_config = WIFI_INIT_CONFIG_DEFAULT();
	my_config.ampdu_rx_enable = false;
	esp_wifi_init(&my_config);
	esp_wifi_start();

IOS reconnect issue (IPhone and IPad)

Hi, thanks for your great work. I encounter one issue with IOS devices only:
When I connect first time with IPhone or IPad device, captive portal opens directly. When I disconnect and connect again, captive portal doesn't open again.
I have to click on "forget wifi network", afterwards it works again for one time.

Do you have an advise how to solve this issue?

Thank you.

BTW: On Android devices everything works well, every time

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.