v3.0
v3.0 notes
The software is now fully compatible with esp-idf 4.1+. The tradeoff is that support for esp8266 had to be dropped; and that esp32-wifi-manager will no longer compile on esp-idf 3.x due to breaking changes between these versions.
This is also the first release as an esp-idf component with cmake support, although the master tree has had these features for a while now.
New features
- Event callbacks to communicate with the wifi manager
Changes
- Removed tcpip_adapter dependencies. esp32-wifi-manager runs 100% on esp_netif! (#85)
- http_server is now making use of the esp_http_server component instead of a custom implementation.
- Removed jquery dependency on the web part