Fix sx1276/78 tx power
This commit is contained in:
parent
33d858c6fe
commit
46ed1f293f
6 changed files with 6 additions and 6 deletions
|
|
@ -62,7 +62,7 @@ void setup()
|
|||
#endif
|
||||
if (state == RADIOLIB_ERR_NONE) {
|
||||
Serial.println(F("success!"));
|
||||
radio.setOutputPower(20);
|
||||
radio.setOutputPower(17);
|
||||
radio.setBandwidth(125);
|
||||
radio.setCurrentLimit(120);
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ void setup()
|
|||
#endif
|
||||
if (state == RADIOLIB_ERR_NONE) {
|
||||
Serial.println(F("success!"));
|
||||
radio.setOutputPower(20);
|
||||
radio.setOutputPower(17);
|
||||
radio.setBandwidth(125);
|
||||
radio.setCurrentLimit(120);
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ void setup()
|
|||
#endif
|
||||
if (state == RADIOLIB_ERR_NONE) {
|
||||
Serial.println(F("success!"));
|
||||
radio.setOutputPower(20);
|
||||
radio.setOutputPower(17);
|
||||
radio.setBandwidth(125);
|
||||
radio.setCurrentLimit(120);
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ void setup()
|
|||
|
||||
if (state == RADIOLIB_ERR_NONE) {
|
||||
Serial.println(F("success!"));
|
||||
radio.setOutputPower(20);
|
||||
radio.setOutputPower(17);
|
||||
radio.setBandwidth(125);
|
||||
radio.setCurrentLimit(120);
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ void setup()
|
|||
#endif
|
||||
if (state == RADIOLIB_ERR_NONE) {
|
||||
Serial.println(F("success!"));
|
||||
radio.setOutputPower(20);
|
||||
radio.setOutputPower(17);
|
||||
radio.setBandwidth(125);
|
||||
radio.setCurrentLimit(120);
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ void setup()
|
|||
#endif
|
||||
if (state == RADIOLIB_ERR_NONE) {
|
||||
Serial.println(F("success!"));
|
||||
radio.setOutputPower(20);
|
||||
radio.setOutputPower(17);
|
||||
radio.setBandwidth(125);
|
||||
radio.setCurrentLimit(120);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue