ayushsharma82 / NetWizard

No need to hard-code WiFi credentials ever again. (ESP32, RP2040+W)
https://netwizard.pro
GNU Affero General Public License v3.0
50 stars 6 forks source link

fix: critical save flow bug #8

Closed ayushsharma82 closed 3 months ago

ayushsharma82 commented 3 months ago

The library would proceed to connect to WiFi even if user declined the request in onConfig callback. This PR fixes it.