[SX128x] Fixed unsupported FLRC bit rate

This commit is contained in:
jgromes 2020-04-17 08:35:47 +02:00
parent 1aef03c473
commit 9ad020750a

View file

@ -57,7 +57,7 @@ void setup() {
// the following settings can also
// be modified at run-time
state = flrc.setFrequency(2410.5);
state = flrc.setBitRate(200);
state = flrc.setBitRate(520);
state = flrc.setCodingRate(2);
state = flrc.setOutputPower(5);
state = flrc.setDataShaping(1.0);