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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding more callback void* param

tonyp7 opened this issue · comments

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.

See #104