mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-05 16:15:17 -04:00
On-board packet queue
This commit is contained in:
parent
11e3b8908d
commit
4f9cfee7c2
1 changed files with 1 additions and 1 deletions
2
LoRa.cpp
2
LoRa.cpp
|
@ -111,7 +111,7 @@ int LoRaClass::begin(long frequency)
|
|||
// set auto AGC
|
||||
writeRegister(REG_MODEM_CONFIG_3, 0x04);
|
||||
|
||||
// set output power to 17 dBm
|
||||
// set output power to 2 dBm
|
||||
setTxPower(2);
|
||||
|
||||
// put in standby mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue