Removed SX1262_USE_DIO3_FOR_TCXO

This commit is contained in:
Vadim Furman
2021-03-19 18:30:00 -07:00
parent d93d5d2e37
commit b6e197371d
2 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ bool SX1262Interface::init()
pinMode(SX1262_TXEN, OUTPUT);
#endif
#if !defined(SX1262_E22) && !defined(SX1262_USE_DIO3_FOR_TCXO)
#ifndef SX1262_E22
float tcxoVoltage = 0; // None - we use an XTAL
#else
// Use DIO3 to power tcxo per https://github.com/jgromes/RadioLib/issues/12#issuecomment-520695575