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
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