SlimeVR / SlimeVR-Tracker-ESP

SlimeVR tracker firmware for ESP32/ESP8266 and different IMUs
Apache License 2.0
840 stars 288 forks source link

Differentiate WiFi not found & failed to connect #335

Open ButterscotchV opened 3 months ago

ButterscotchV commented 3 months ago

Since we can do a WiFi scan, surely we can report if the SSID was not found. Would make for more verbose logging and help with tech support and the GUI.

unlogisch04 commented 3 months ago

WiFi not found would work only when the SSID is not hidden. If the SSID is hidden, then we can not see if it does not exist or just not able to connect. Any idea how you would want it?

ButterscotchV commented 3 months ago

WiFi not found would work only when the SSID is not hidden. If the SSID is hidden, then we can not see if it does not exist or just not able to connect. Any idea how you would want it?

I figure there's probably an error code somewhere? If not then that's dumb, idk what exactly to do in this case but my thought was just to have it print it out for now, so it wouldn't interfere if it does connect in the end