Correct T3S3 SX1280 buffer size
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user