Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
964 stars 227 forks source link

wifi not conected #440

Open pipikupi opened 3 years ago

pipikupi commented 3 years ago

Hi

Radio can not connect to prefered wifi everything seems to be done properly but I cant load by init password to my wifi or by web interface even I will try to add stinn have stars instead password

my serial monitor dump

11:54:16.269 -> D: Create list with acceptable WiFi networks 11:54:16.269 -> D: Added VM7424557 to list of networks 11:54:16.269 -> D: End adding networks . . . 11:54:21.344 -> D: Connect to WiFi 11:54:40.278 -> D: WiFi Failed! Trying to setup AP with name ESP32Radio and password ESP32Radio. 11:54:41.034 -> D: IP = 192.168.4.1 11:54:44.044 -> D: Start server for commands 11:54:45.047 -> D: Rotary encoder is enabled 11:54:45.047 -> D: STOP requested 11:54:45.248 -> D: Song stopped incorrectly! 11:54:45.248 -> D: REG Contents 11:54:45.248 -> D: --- ----- 11:54:45.248 -> D: 0 - 808 11:54:45.248 -> D: 1 - 40 11:54:45.248 -> D: 2 - 0 11:54:45.295 -> D: 3 - 6000 11:54:45.295 -> D: 4 - 0 11:54:45.295 -> D: 5 - AC44 11:54:45.295 -> D: 6 - 0 11:54:45.295 -> D: 7 - 1E06 11:54:45.295 -> D: 8 - 0 11:54:45.295 -> D: 9 - 0 11:54:45.295 -> D: A - 0 11:54:45.295 -> D: B - F8F8 11:54:45.295 -> D: C - 0 11:54:45.348 -> D: D - 0 11:54:45.348 -> D: E - 0 11:54:45.348 -> D: F - 0

config from webinterface

wifi_02 = VM7424557/***

pipikupi commented 3 years ago

Hi

I find a solution for my trouble. I put Wifi00 with Ssid and pass by init but it didn't save pass but only Ssid when I tried to pus pass by Web interface it didn't work properly but when tried use for example wifi04 it saved data properly so it looked like those data's done by init script can't be update by some reason but finally it works.