[AFSK] Removed redundant argument

This commit is contained in:
jgromes 2020-05-11 20:30:57 +02:00
parent 79d8ff2ca0
commit 3719d6dd92

View file

@ -50,7 +50,7 @@ void setup() {
// Rx bandwidth: 125.0 kHz
// output power: 13 dBm
// current limit: 100 mA
int state = fsk.beginFSK(434.0);
int state = fsk.beginFSK();
// when using one of the non-LoRa modules for AX.25
// (RF69, CC1101,, Si4432 etc.), use the basic begin() method