luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer
GNU General Public License v3.0
1.74k stars 466 forks source link

Connection not possible to SSID with space character #126

Closed szepnorbee closed 7 years ago

szepnorbee commented 7 years ago

Hi! I cant connect to my SSID with "HUN Wlan" network name. I selected this from the list and i typed the password also. I get always "No SSID found" error message. Why? Space char in the SSID not allowed?

luc-github commented 7 years ago

I did because of this : https://github.com/esp8266/Arduino/issues/1342

you can remove this part to see if you experience issue https://github.com/luc-github/ESP3D/blob/master/esp3d/config.cpp#L73-L75 - I did not checked as issue is still open

szepnorbee commented 7 years ago

Thanks! It works after removed this part of code. (Core 2.3.0.0 ;Arduino 1.6.8)

luc-github commented 7 years ago

Thanks for the feedback - so I guess I can remove the limitation now - allowing space for SSID should not be a problem for ESP commands but will check

Thanks again

luc-github commented 7 years ago

I have removed the check - thank you https://github.com/luc-github/ESP3D/commit/ec90a27e7e666d3dfe3129783c5fe4b21d45ed56

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.