[Morse] Added note about SX128x usage
This commit is contained in:
parent
55ad72e0e0
commit
acc2fd36f6
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
||||||
- SX126x
|
- SX126x
|
||||||
- nRF24
|
- nRF24
|
||||||
- Si443x/RFM2x
|
- Si443x/RFM2x
|
||||||
|
- SX128x
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library
|
// include the library
|
||||||
|
@ -44,7 +45,7 @@ void setup() {
|
||||||
// current limit: 100 mA
|
// current limit: 100 mA
|
||||||
// sync word: 0x2D 0x01
|
// sync word: 0x2D 0x01
|
||||||
int state = fsk.beginFSK();
|
int state = fsk.beginFSK();
|
||||||
|
|
||||||
// when using one of the non-LoRa modules for Morse code
|
// when using one of the non-LoRa modules for Morse code
|
||||||
// (RF69, CC1101, Si4432 etc.), use the basic begin() method
|
// (RF69, CC1101, Si4432 etc.), use the basic begin() method
|
||||||
// int state = fsk.begin();
|
// int state = fsk.begin();
|
||||||
|
|
Loading…
Add table
Reference in a new issue