On-board packet queue

This commit is contained in:
Mark Qvist 2018-06-27 10:24:51 +02:00
parent 11e3b8908d
commit 4f9cfee7c2

View File

@ -111,7 +111,7 @@ int LoRaClass::begin(long frequency)
// set auto AGC // set auto AGC
writeRegister(REG_MODEM_CONFIG_3, 0x04); writeRegister(REG_MODEM_CONFIG_3, 0x04);
// set output power to 17 dBm // set output power to 2 dBm
setTxPower(2); setTxPower(2);
// put in standby mode // put in standby mode