[SX127x] Added note about FSK transmitter (#264)
This commit is contained in:
parent
1bceb90d42
commit
07f8eb0512
1 changed files with 5 additions and 0 deletions
|
@ -111,6 +111,11 @@ void loop() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// NOTE: in FSK mode, SX127x will not automatically
|
||||||
|
// turn transmitter off after sending a packet
|
||||||
|
// set mode to standby to ensure we don't jam others
|
||||||
|
//radio.standby()
|
||||||
|
|
||||||
// wait a second before transmitting again
|
// wait a second before transmitting again
|
||||||
delay(1000);
|
delay(1000);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue