Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Add ability to enter SSID with space #123

Open
tit opened this issue Aug 8, 2024 · 4 comments
Open

[Suggestion] Add ability to enter SSID with space #123

tit opened this issue Aug 8, 2024 · 4 comments

Comments

@tit
Copy link

tit commented Aug 8, 2024

Hi!
My SSID name contains space, for example "Homer Simpson".
I tried to enter this name through serial monitor, but I get an error in the number of arguments.

> said Homer Simpson wifiPassWord

Please add ability to enter SSID with space.

@suchmememanyskill
Copy link
Owner

This issue is specific to the serial console, correct?

@suchmememanyskill
Copy link
Owner

suchmememanyskill commented Aug 14, 2024

Would

ssid Homer\ Simpson wifiPassWord

work for you?
(Backslash escapes next character)

@bwucke
Copy link
Contributor

bwucke commented Aug 19, 2024

@suchmememanyskill Since the console commands take a constant number of arguments, the escape would be best implemented in tokenize so that ssid still takes 2 arguments, just one of them contains space (after tokenize spaces are no longer a problem)

Want me to pick it up?

@suchmememanyskill
Copy link
Owner

@bwucke check dev, already implemented the backslash thing (not very well, but it works)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants