fix : sx1280 Output Power Notes
This commit is contained in:
parent
f6778ab19a
commit
8d7c51b0c5
6 changed files with 6 additions and 6 deletions
|
|
@ -75,7 +75,7 @@ void setup()
|
|||
while (true);
|
||||
}
|
||||
|
||||
// set output power to 3 dBm !!Cannot be greater than 5dbm!!
|
||||
// set output power to 3 dBm !!Cannot be greater than 3dbm!!
|
||||
if (radio.setOutputPower(3) == RADIOLIB_ERR_INVALID_OUTPUT_POWER) {
|
||||
Serial.println(F("Selected output power is invalid for this module!"));
|
||||
while (true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue