mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-03 15:14:53 -04:00
Optimise packet handling for SX1280 fast data rates
This commit is contained in:
parent
729a4099e5
commit
218a38adb7
4 changed files with 56 additions and 5 deletions
2
Boards.h
2
Boards.h
|
@ -445,7 +445,7 @@
|
|||
const int pin_dio = 33;
|
||||
const int pin_tcxo_enable = -1;
|
||||
#elif MODEM == SX1280
|
||||
#define CONFIG_QUEUE_SIZE 40960
|
||||
#define CONFIG_QUEUE_SIZE 6144
|
||||
#define DIO2_AS_RF_SWITCH false
|
||||
#define HAS_BUSY true
|
||||
#define HAS_TCXO true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue