From cda32c405fd8c9b73d7abc0de414dae0c198c44d Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Fri, 17 May 2024 07:44:00 +0100 Subject: [PATCH] Fix RAK4631 antenna switch utilisation --- Boards.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Boards.h b/Boards.h index 23f9191..100382a 100644 --- a/Boards.h +++ b/Boards.h @@ -404,6 +404,7 @@ #define HAS_TCXO true #define HAS_RF_SWITCH_RX_TX true #define HAS_BUSY true + #define DIO2_AS_RF_SWITCH true #define CONFIG_UART_BUFFER_SIZE 6144 #define CONFIG_QUEUE_SIZE 6144 #define CONFIG_QUEUE_MAX_LENGTH 200