[SX126x] Set DIO2 to RF switch by default

This commit is contained in:
jgromes 2019-12-27 09:25:38 +01:00
parent b18a9d4abc
commit a1f94d9f16

View file

@ -72,7 +72,7 @@ int16_t SX126x::begin(float bw, uint8_t sf, uint8_t cr, uint16_t syncWord, float
}
// set publicly accessible settings that are not a part of begin method
state = setDio2AsRfSwitch(false);
state = setDio2AsRfSwitch(true);
return(state);
}