Edzelf / Esp-radio

Internet radio based on Esp8266 and VS1053.
MIT License
628 stars 200 forks source link

AP - WiFi password #145

Open ghost opened 6 years ago

ghost commented 6 years ago

Hello I'm trying to play your radio and have a problem. After launching the AP, I get a website. Here I am fooling a WiFi network. ok. Is it not possible to add a password entry option to this network from the page position? Is this a big problem? A nice option which is missing Of course, as I edit the script, I can write there, but it makes it difficult for users who do not know the code as well as you. Maybe think about this option?

greetings Andrzej M.

Edzelf commented 6 years ago

The radio can not stream mp3 data if the ESP8266 is in AP mode. In AP mode you can enter SSID and password in the config page and then reset the radio.

ghost commented 6 years ago

Ok. I understand it and when I have an unsecured network connects to OK. But when my network has a password, I can choose the network on the AP website, but there is no space for entering the password.

ghost commented 6 years ago

OKAY There is no problem anymore.

Thanks

spendist commented 6 years ago

BUG: If your home network in the WIFI password ends with a '#' char, such as " This@Pass_word# ", Esp-radio cannot connect. if the wifi hidden, it cannot find it.I try to modify the source code, change the comment from '#' to '~' or '^', It does not work!

spendist commented 6 years ago
D: Command: mqttpubtopic with parameter espradioIP             ^^ IP will be pue
D: Command: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ with parameter 0
D: Command: ^^ wifi network credentials, may be more than on entry.  strongest d
D: Command: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ with parameter 0
D: Command: wifi_00 with parameter SPENDER/My@WiFi_Passw0rd     **<--- error here, lose # char**
D: Command: wifi_01 with parameter ADSL-11/yyyyyyy
D: Command: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ with parameter 0
D: Command: ^^ vs1053 settings with parameter 0
D: Command: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ with parameter 0
D: Command: volume with parameter 72
D: Command: toneha with parameter 0
D: Command: tonehf with parameter 0
D: Command: tonela with parameter 0
D: Command: tonelf with parameter 0
D: Command: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ with parameter 0
Edzelf commented 6 years ago

The # is used for comments. Change the password.