mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 06:32:06 +00:00
per @dafeman 1.8V works on E22
This commit is contained in:
parent
514d45c219
commit
d9ab6986ad
@ -25,7 +25,7 @@ bool SX1262Interface::init()
|
|||||||
float tcxoVoltage = 0; // None - we use an XTAL
|
float tcxoVoltage = 0; // None - we use an XTAL
|
||||||
#else
|
#else
|
||||||
float tcxoVoltage =
|
float tcxoVoltage =
|
||||||
2.4; // E22 uses DIO3 to power tcxo per https://github.com/jgromes/RadioLib/issues/12#issuecomment-520695575
|
1.8; // E22 uses DIO3 to power tcxo per https://github.com/jgromes/RadioLib/issues/12#issuecomment-520695575
|
||||||
#endif
|
#endif
|
||||||
bool useRegulatorLDO = false; // Seems to depend on the connection to pin 9/DCC_SW - if an inductor DCDC?
|
bool useRegulatorLDO = false; // Seems to depend on the connection to pin 9/DCC_SW - if an inductor DCDC?
|
||||||
|
|
||||||
@ -101,7 +101,7 @@ void SX1262Interface::setStandby()
|
|||||||
|
|
||||||
#ifdef SX1262_RXEN // we have RXEN/TXEN control - turn off RX and TX power
|
#ifdef SX1262_RXEN // we have RXEN/TXEN control - turn off RX and TX power
|
||||||
digitalWrite(SX1262_RXEN, LOW);
|
digitalWrite(SX1262_RXEN, LOW);
|
||||||
#endif
|
#endif
|
||||||
#ifdef SX1262_TXEN
|
#ifdef SX1262_TXEN
|
||||||
digitalWrite(SX1262_TXEN, LOW);
|
digitalWrite(SX1262_TXEN, LOW);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user