-
Notifications
You must be signed in to change notification settings - Fork 0
WiFi Functionality
Tim Fischbach edited this page May 6, 2022
·
4 revisions
Connecting to WIFI using SSID and Password given.
Check if WiFi is connected. (True = connected)
Disconnects from WiFi and deletes saved SSID and Password from EEPROM.
Saves WIFI SSID and Password to EEPROM.
Loads SSID or Password from EEPROM. Mode keywords: SSID: "SSID" or "ssid" Password: "password" or "PASSWORD" or "pass" or "PASS"
Disconnects WIFI.
Launches hotspot and webserver for easy WIFI configuration. ssid is the Hotspotname and password is the password for this hotspot. When the user enters the credentials per webserver, The webserver saves automatically the entered WIFI credentials and reboots.
Keeps the Webserver running. Must be in a loop.
End WIFI configuration.