SasaKaranovic / DIY-Filament-Dryer

DIY WiFi Filament dryer
GNU General Public License v3.0
126 stars 27 forks source link

ESP32 Can't connect to wifi #9

Closed razserv2010 closed 3 months ago

razserv2010 commented 4 months ago

and continues trying Connecting to SSID

צילום מסך 2024-02-29 161208

SasaKaranovic commented 4 months ago

Is your WiFi network by any chance 5GHz only? ESP32 needs 2.4GHz WiFi network.

razserv2010 commented 4 months ago

Is your WiFi network by any chance 5GHz only? ESP32 needs 2.4GHz WiFi network.

Obviously, I'm trying to connect to wifi 2.4Ghz Anyway, I found the user's fork: @benuron And now the wifi connects and everything works fine.

SasaKaranovic commented 3 months ago

Thanks. I have updated the connect portion of the code.