[BUG] Impossible to enter WLAN credentials without WebUI ? #920
-
Describe the bug How can I enter my WLAN credentials? Only after the correct index.html.gz has been uploaded. To Reproduce
Expected behavior Can set WLAN SSID and password without having to upload ESP3D Firmware: 3.0.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To enter WLAN credentials without WebUI there are at least 2 methods: 1 - You can preset the information in configuration.h so you will directly connect to you access point at boot. 2 - You can use the direct commands using terminal tab in embedded / maintenance page
Because even with simple password, that I am sure not anyone knows because even on doc people ask for it ..., is still better than none and ultimatly because I decided it will be like this ^_^ |
Beta Was this translation helpful? Give feedback.
To enter WLAN credentials without WebUI there are at least 2 methods:
1 - You can preset the information in configuration.h so you will directly connect to you access point at boot.
https://github.com/luc-github/ESP3D/blob/3.0/esp3d/configuration.h#L26-L37
2 - You can use the direct commands using terminal tab in embedded / maintenance page
Because even with simple password, that I am sure not anyone knows because even on doc people ask for it ..., is still better than none and ultimatly because I decided it will be like this ^_^