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
Installed RatOS 2.1 and immediately had issues with the 5160 drivers. After looking around for awhile, I noticed that the SPI pinouts in the RatOS.cfg are wrong. As of now, the SPI config is:
What happened
Installed RatOS 2.1 and immediately had issues with the 5160 drivers. After looking around for awhile, I noticed that the SPI pinouts in the RatOS.cfg are wrong. As of now, the SPI config is:
spi_software_mosi_pin: PC12
spi_software_miso_pin: PC11
spi_software_sclk_pin: PC10
This is wrong and they need to be changed to the following:
spi_software_mosi_pin: PG6
spi_software_miso_pin: PG7
spi_software_sclk_pin: PG8
What did you expect to happen
Get an error when I try to move the X or Y in Mainsail.
How to reproduce
Install and try to move the X or Y in Mainsail.
Additional information
No response
The text was updated successfully, but these errors were encountered: