We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v4.3.1-50-gce8626ce
Using the Fystetc NIS, the config is incorrectly set as follows.
[mcu adxl] serial: /dev/serial/by-id/xxx [adxl345] cs_pin: NIS:PA4 spi_software_sclk_pin: adxl:PA5 spi_software_mosi_pin: adxl:PA7 spi_software_miso_pin: adxl:PA6
It should be like so
[mcu NIS] serial: /dev/serial/by-id/xxx [adxl345] cs_pin: NIS:PA4 spi_software_sclk_pin: NIS:PA5 spi_software_mosi_pin: NIS:PA7 spi_software_miso_pin: NIS:PA6
In addition, the [include generics/adxl345_software_spi.cfg] should not be included.
[include generics/adxl345_software_spi.cfg]
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Klippain branch
Version
v4.3.1-50-gce8626ce
Describe the bug and expected behavior
Using the Fystetc NIS, the config is incorrectly set as follows.
It should be like so
In addition, the
[include generics/adxl345_software_spi.cfg]
should not be included.Additional information and klippy.log
No response
The text was updated successfully, but these errors were encountered: