From: Kevin Brosius Date: Wed, 13 Mar 2024 23:23:26 +0000 (-0400) Subject: Lora32 V3 TCXO setting true X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=7ed70727a3bba10cbf8318364084e1d9a00b606d;p=lora-radio.git Lora32 V3 TCXO setting true --- diff --git a/Boards.h b/Boards.h index a111fab..1f08807 100644 --- a/Boards.h +++ b/Boards.h @@ -269,9 +269,7 @@ #endif #define MODEM SX1262 - // TODO TCXO? - //#define HAS_TCXO true - #define HAS_TCXO false + #define HAS_TCXO true const int pin_tcxo_enable = -1; #define HAS_BUSY true #define DIO2_AS_RF_SWITCH true