Wifi-connect does not properly handle wifi passwords with space.
If enclosing with quotations, or adding a '\' before the space, the separate words are treated as separate arguments instead of a single password.
I believe the issue is in how blecli.go processes the arguments before passing over to wifi.go.
Wifi-connect does not properly handle wifi passwords with space.
If enclosing with quotations, or adding a '\' before the space, the separate words are treated as separate arguments instead of a single password.
I believe the issue is in how blecli.go processes the arguments before passing over to wifi.go.