nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.64k stars 3.12k forks source link

Port enduser_setup to ESP32 #3471

Open pjsg opened 2 years ago

pjsg commented 2 years ago

Missing feature

I think that we ought to port enduser_setup to the ESP32 branch. Further, I'd like to make the stub DNS server available so that it can be used by apps when they are just connected to the ESP32 board in SOFTAP mode.

By the way, are we fixed on using the netconn API for networking?