mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-02-08 19:08:33 -05:00
Correct T3S3 SX1280 buffer size
This commit is contained in:
parent
0f63ae4fc7
commit
d9e1f98d86
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…
x
Reference in New Issue
Block a user