- Reconnects lost Wifi Connection
- Can run as access point
- No Wifi SSID and Password in constructor
- Enable CORS option
- Many minor improvements
- Inverted light fix for ESP32
What's Changed
The only breaking change is the wifi credentials are no longer sent in the constructor. Use connect_wifi(ssid,password) instead.
Full Changelog: v1.1.0...v1.2.0