Closed JPluess closed 1 year ago
from the report it appears that this issue occurs only if the network is currently connected when the M588 command is sent.
This behaviour may be present in 3.4.5 as well.
A work around may be to always send M552 S-1 after M588 - please check if this works.
Able to replicate in RRF3.4.5
M587
after the M587 S"*"
M552 S0
/M552 S-1
I believe this is intended behaviour.
Behaviour is the same in RRF3.5.0-b3
Requires documenting that deleting an access point does not disconnect it.
Updated the M588 documentation on the GCodes wiki page.
Duet Forum Discussion Thread
https://forum.duet3d.com/topic/32318/safety-timer?_=1683870830019
Which Duet products are you using?
Firmware Version
3.5 (3)
Duet Web Control Version
dwc 3.5
Are you using a Single Board Computer (RaspberryPi) with your Duet?
Please upload the results of sending M122 in the gcode console.
Please upload the content of your config.g file.
No response
Please upload the content of any other releveant macro files.
No response
Details specific to your printer.
No response
Links to additional info.
No response
What happened?
Title: Issue with "Forget All Wi-Fi Networks" (M588) command in beta version
Description: I am experiencing an issue when using the "Forget All Wi-Fi Networks" command (M588 S"*") in the beta version of the firmware on my DuetWifi board. After sending the command, it returns "ok," but the Wi-Fi module still appears to be connected.
Expected Behavior: I expect that after using the M588 command to forget all Wi-Fi networks, the M552 command should indicate that no networks are stored. However, the M552 command still shows the Wi-Fi module as connected to an access point, even though the router does not list it as connected.
Steps to Reproduce:
Actual Results: After step 3, the M552 command returns: "WiFi module is connected to access point *, IP address 192." Additionally, the LED on the Wi-Fi module remains solid blue.
Expected Results: I expect the M552 command to return "No networks stored", indicating that no Wi-Fi networks are stored. Furthermore, the LED on the Wi-Fi module should be turned off.
Additional Information: I have also tested connecting with incorrect Wi-Fi passwords, and the Wi-Fi module still claims to be connected. This suggests that there might be an issue with the process of forgetting all Wi-Fi networks.