[AFSK] Removed redundant argument
This commit is contained in:
parent
79d8ff2ca0
commit
3719d6dd92
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue