Implement chunked SPI transfer for ch341 (#3847)

This seems to fix the ch341 quirk where large packets fail to send. As it can be problematic for other radios, we gate it behind "ch341_quirk" in the config.
This commit is contained in:
Jonathan Bennett
2024-05-10 04:36:20 -05:00
committed by GitHub
co-authored by GitHub
parent 5d9800b7c2
commit 676319a9ca
6 changed files with 44 additions and 6 deletions
+2
View File
@@ -52,6 +52,8 @@ Lora:
# TXen: x # TX and RX enable pins
# RXen: x
# ch341_quirk: true # Uncomment this to use the chunked SPI transfer that seems to fix the ch341
### Set gpio chip to use in /dev/. Defaults to 0.
### Notably the Raspberry Pi 5 puts the GPIO header on gpiochip4
# gpiochip: 4