mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 14:46:16 -04:00
Correct T3S3 SX1280 buffer size
This commit is contained in:
parent
0f63ae4fc7
commit
d9e1f98d86
1 changed files with 2 additions and 0 deletions
2
Boards.h
2
Boards.h
|
@ -728,6 +728,8 @@
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#elif BOARD_VARIANT == MODEL_AC // SX1280 with PA
|
#elif BOARD_VARIANT == MODEL_AC // SX1280 with PA
|
||||||
|
#define CONFIG_UART_BUFFER_SIZE 40000
|
||||||
|
#define CONFIG_QUEUE_0_SIZE 40000
|
||||||
const uint8_t interfaces[INTERFACE_COUNT] = {SX1280};
|
const uint8_t interfaces[INTERFACE_COUNT] = {SX1280};
|
||||||
const bool interface_cfg[INTERFACE_COUNT][3] = {
|
const bool interface_cfg[INTERFACE_COUNT][3] = {
|
||||||
// SX1280
|
// SX1280
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue