kopia lustrzana https://github.com/jgromes/RadioLib
[SX127x] Added note about FSK transmitter (#264)
rodzic
1bceb90d42
commit
07f8eb0512
|
@ -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);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue