fix : sx1280 Output Power Notes

This commit is contained in:
Pedestrian 2023-02-27 15:19:56 +08:00
commit 8d7c51b0c5
6 changed files with 6 additions and 6 deletions

View file

@ -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);