[SX127x] Added note about FSK transmitter (#264)

This commit is contained in:
jgromes 2021-03-13 19:04:30 +01:00
parent 1bceb90d42
commit 07f8eb0512

View file

@ -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
delay(1000);