Skip to content

v3.0

Compare
Choose a tag to compare
@tonyp7 tonyp7 released this 13 Jul 14:05
· 58 commits to master since this release
0864b94

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

Bugfixes

  • Blank screen on iOS 13.4+ (#70)
  • sockaddr_in sa not used (#64)
  • Possible overflow when creating ip_info_json (#74)
  • Memory initialization related issues (#51)