Merge branch 'master' into ppr1

This commit is contained in:
Kevin Hester
2020-10-17 11:00:28 +08:00
8 changed files with 543 additions and 108 deletions

View File

@@ -87,8 +87,8 @@ bool SX1262Interface::reconfigure()
assert(err == ERR_NONE);
// Hmm - seems to lower SNR when the signal levels are high. Leaving off for now...
// err = lora.setRxGain(true);
// assert(err == ERR_NONE);
err = lora.setRxGain(true);
assert(err == ERR_NONE);
err = lora.setSyncWord(syncWord);
assert(err == ERR_NONE);