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

pull/274/head
jgromes 2021-03-13 19:04:30 +01:00
rodzic 1bceb90d42
commit 07f8eb0512
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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);