Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M587/588 do not check the WiFi mode creating potential SPI Timeout errors #960

Closed
chrishamm opened this issue Feb 16, 2024 · 1 comment
Closed
Labels
bug Bug that has been reproduced
Milestone

Comments

@chrishamm
Copy link
Collaborator

chrishamm commented Feb 16, 2024

M587 and possibly M588 do not check the current WiFi mode, so while the module is changing its mode and a user attempts to use one of these commands, SPI Timeout errors can be seen. This can be troublesome at least when upgrading from 1.27 to 2.1beta6 with a broken SPIFFS partition. Current work-around for that scenario:

Run M552 S0 first, wait for the Error: WiFi module reported: no known networks found to stop, M588 S"*", M587 the credentials, and then M552 S1

This scenario happened with RepRapFirmware 3.5.0-rc.3.

@chrishamm chrishamm added the bug Bug that has been reproduced label Feb 16, 2024
@chrishamm chrishamm added this to the 3.5.0 milestone Feb 16, 2024
@dc42
Copy link
Collaborator

dc42 commented Feb 19, 2024

Fixed in 3.5-dev source.

@dc42 dc42 closed this as completed Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that has been reproduced
Projects
None yet
Development

No branches or pull requests

2 participants