Remove reference to RTTY
This commit is contained in:
parent
58b75832c4
commit
df0ba40caa
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ void setup() {
|
||||||
Serial.print(F("[SX1278] Initializing ... "));
|
Serial.print(F("[SX1278] Initializing ... "));
|
||||||
int state = radio.beginFSK();
|
int state = radio.beginFSK();
|
||||||
|
|
||||||
// when using one of the non-LoRa modules for RTTY
|
// when using one of the non-LoRa modules for FSK4
|
||||||
// (RF69, CC1101, Si4432 etc.), use the basic begin() method
|
// (RF69, CC1101, Si4432 etc.), use the basic begin() method
|
||||||
// int state = radio.begin();
|
// int state = radio.begin();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue