Trouble changing Wifi user/pass How to delete old SSID?
-
Greetings!
So i followed some instructions.
put it into idle mode by sending command M552 S0
M587 S"Mxxxxxxx" P"Pxxxxxxxx"
But when I restart it does not connect.
M587
Remembered networks: Shows the old and new wifi.
How can i delete the old wifi user/pass?
My wifi is my phone. And I see it changes the IP each time: example 192.168.60.175,,, next time it may be 192.168.75.175.
Say my printer name is BOB
I tried using local.BOB but it dis not connect?
The SSID is on the ESP32 so I can't just edit the config like a pi? Supplicant file? Thanks
Max
-
M588 S"*"
will clear all saved network SSIDs and passwords.Do you have a M552 S1 command in config.g to enable the wifi module?
-
@Phaedrux said in Trouble changing Wifi user/pass How to delete old SSID?:
M552 S1
Yes: M552 S1 in config
My printer worked great on my old WIFI.
It is running now (old wifi), But I need to switch to a new wifi. My new Wifi shows up under M587.
Say the old wifi is off, will Duet just look for the next Wifi? There are three Wifis reported under M587.
I was hoping to delete the old wifis to keep things clean.
Thanks
Max
-
@westech you can delete individual SSIDs using M588.
When you run M552 S1 the WiFi module scans for available access points and connects to the strongest one that it finds that is also in the list returned by M567.