diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-05-24 18:07:41 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-05-24 18:07:41 -0400 |
commit | 61530138a0d1339b64bc646face9cd8a229a6598 (patch) | |
tree | 385161c07989f57e0104203f33d93253ef1e3254 | |
parent | 6c4c26c3197da5f700df2fcddfc5b121910f9888 (diff) | |
download | kutter-61530138a0d1339b64bc646face9cd8a229a6598.tar.gz kutter-61530138a0d1339b64bc646face9cd8a229a6598.tar.xz kutter-61530138a0d1339b64bc646face9cd8a229a6598.zip |
config: Force PB0 high in fysetc f6 config
There are reports that SPI does not work correctly on the Fysetc F6 if
the PB0 (sdcard cs enable line) isn't pulled high. Update the default
config to enable that line.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/generic-fysetc-f6.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/generic-fysetc-f6.cfg b/config/generic-fysetc-f6.cfg index 7dddd9ad..6770f9c5 100644 --- a/config/generic-fysetc-f6.cfg +++ b/config/generic-fysetc-f6.cfg @@ -141,6 +141,9 @@ max_accel: 3000 max_z_velocity: 5 max_z_accel: 100 +[static_digital_output disable_sdcard] +pins: PB0 + # "RepRapDiscount 128x64 Full Graphic Smart Controller" type displays #[display] #lcd_type: st7920 |