put TCXO voltage to 1.8, as in example file

It worked at 1.6v, but ¯\_(ツ)_/¯
This commit is contained in:
Tom 2024-12-06 22:06:21 +00:00 committed by Thomas Göttgens
parent 86029d1311
commit 81c62985d4

View File

@ -153,7 +153,7 @@ NRF52 PRO MICRO PIN ASSIGNMENT
#define LR1121_SPI_SCK_PIN LORA_SCK
#define LR1121_SPI_MOSI_PIN LORA_MOSI
#define LR1121_SPI_MISO_PIN LORA_MISO
#define LR11X0_DIO3_TCXO_VOLTAGE 1.6
#define LR11X0_DIO3_TCXO_VOLTAGE 1.8
#define LR11X0_DIO_AS_RF_SWITCH
#endif