typo TCXO fix

This commit is contained in:
Ricardo Guzman (Richonguzman) 2025-12-12 12:25:41 -03:00
parent 24f407d51c
commit a5f9e5b844

View file

@ -138,7 +138,7 @@ namespace LoRa_Utils {
#if defined(HAS_TCXO) && !defined(HAS_1W_LORA)
radio.setDio2AsRfSwitch();
#endif
#ifdef HAS_TCXO
#ifdef HAS_TCXO
radio.setTCXO(1.8);
#endif