Skip to content

Commit

Permalink
Fix corruption / dropped packet issues caused by small UART buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobeva committed Aug 30, 2024
1 parent 55d0a41 commit 65acd4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Boards.h
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@
#define HAS_PMU true
#define HAS_NP false
#define HAS_SD false
#define CONFIG_UART_BUFFER_SIZE 6144
#define CONFIG_UART_BUFFER_SIZE 40000
#define CONFIG_QUEUE_0_SIZE 6144
#define CONFIG_QUEUE_MAX_LENGTH 200
#define EEPROM_SIZE 296
Expand Down Expand Up @@ -678,7 +678,7 @@
#elif BOARD_VARIANT == MODEL_13 || BOARD_VARIANT == MODEL_14 || BOARD_VARIANT == MODEL_21
#define INTERFACE_COUNT 2

#define CONFIG_QUEUE_1_SIZE 20000
#define CONFIG_QUEUE_1_SIZE 40000

// first interface in list is the primary
const uint8_t interfaces[INTERFACE_COUNT] = {SX126X, SX128X};
Expand Down

0 comments on commit 65acd4f

Please sign in to comment.