mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-03 14:24:55 +01:00
cambio8
This commit is contained in:
parent
93e536e739
commit
5146db796e
|
|
@ -69,11 +69,11 @@ namespace LoRa_Utils {
|
|||
while (true);
|
||||
}
|
||||
#if defined(HAS_SX1262) || defined(HAS_SX1268) || defined(HAS_LLCC68)
|
||||
if (!Config.lowPowerMode) {
|
||||
radio.setDio1Action(setFlag);
|
||||
} else {
|
||||
//if (!Config.lowPowerMode) {
|
||||
radio.setDio1Action(setFlag);
|
||||
/*} else {
|
||||
radio.setDIOMapping(1, RADIOLIB_SX126X_IRQ_RX_DONE);
|
||||
}
|
||||
}*/
|
||||
#endif
|
||||
#if defined(HAS_SX1278) || defined(HAS_SX1276)
|
||||
radio.setDio0Action(setFlag, RISING);
|
||||
|
|
|
|||
Loading…
Reference in a new issue