mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-31 12:54:27 +01:00
typo TCXO fix
This commit is contained in:
parent
24f407d51c
commit
a5f9e5b844
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue