Hieromon / AutoConnect

An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface
https://hieromon.github.io/AutoConnect/
MIT License
911 stars 190 forks source link

Library no longer compiles with latest ArduinoJson #629

Open mrcodetastic opened 1 day ago

mrcodetastic commented 1 day ago

Breaking changes occur with the replacements of 'DynamicJsonDocument' to just 'JsonDocument' etc.