tonyp7 / esp32-wifi-manager

Captive Portal for ESP32 that can connect to a saved wireless network or start an access point where you can connect to existing wifis.
MIT License
652 stars 214 forks source link

Adding more callback void* param #100

Closed tonyp7 closed 3 years ago

tonyp7 commented 3 years ago

Today almost all the callback param are empty.

It would be nice to populate more of these with actual interesting data. For instance send the IP struct when an IP is acquired.

tonyp7 commented 3 years ago

See #104