I think one of the underlying libs this project includes has very sloppy wifi SSID handling code which truncates the SSID (and passwords too) at the first space char it encounters...
I fixed this in one of my own esp32 projects - it's simple to fix - but if anyone else is wondering why nothing works and the SSID has spaces in it - try again using a new network without spaces...
I think one of the underlying libs this project includes has very sloppy wifi SSID handling code which truncates the SSID (and passwords too) at the first space char it encounters...
I fixed this in one of my own esp32 projects - it's simple to fix - but if anyone else is wondering why nothing works and the SSID has spaces in it - try again using a new network without spaces...