You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
OT CLI extension can't handle WiFi PSK with spaces
OT CLI extension can't handle WiFi PSK with spaces (TZ-370)
Nov 1, 2023
Hi, if you want to input a space as a character of the PSK, you can use \ to escape it. For example, if your PSK is
espressif 123
then you can input
wifi connect -s myssid -p espressif\ \ 123
@gregbreen Hi, I believe this can help you with your issue, so, could you please confirm that and if your issue is solved, could you please close this issue?
The OT CLI extension can't correctly parse a PSK with spaces. Even if the PSK is wrapped in quotes. It's because it parses as arguments: https://github.com/espressif/esp-thread-br/blob/main/components/esp_ot_cli_extension/src/esp_ot_wifi_cmd.c#L211
The text was updated successfully, but these errors were encountered: