How to set wifi password

Hi, i’have a smal problem.

using alpha version 1.2.6

meshtastic --set wifi_ap_mode false --setstr wifi_ssid mywifissid --setstr wifi_password mywifipsw

meshtastic: error: unrecognized arguments: --setstr wifi_ssid xxxxxx --setstr wifi_password !xxxxxxxx

how i’can set the wifi-password if the password start with “!xxxx”

i’cant change the “!” in the beginning of the wifi password.

thanks for help.

1 Like

I don’t think it is complaining about your password. It is the ‘–setstr’ is is not recognizing.
I did this a few days ago and if i remember correctly ‘–setstr’ has been removed.
‘–set’ is used both for strings and numbers now.
Try using ‘–set’ instead of ‘–setstr’

2 Likes

Perfect :wink: Thanks it‘s work

1 Like

I published the GUI and you can edit those setting with it

Windows Users
python -m pip install meshtastic-PyGUI

Unix Users
pip install meshtastic-PyGUI

1 Like

Super awesome! But to decrease confusion (since I’ve had others ask me) - can we call this “meshtastic-pygui” (or whatever you prefer) instead of “the gui”. Because we have a number of other GUIs (iOS, android, web) and having a new (great) GUI called “the gui” seems to be asking for future confusion :wink:

i mean the package name is meshtastic-pygui already, but i could see language barrier being a problem.

1 Like