[Morse] Automatically turn off transmitter

pull/13/head
jgromes 2019-05-28 19:24:07 +02:00
rodzic 9582fd186e
commit 79f1560d41
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -137,7 +137,7 @@ size_t MorseClient::write(uint8_t b) {
}
// symbol space
_phy->receiveDirect();
_phy->standby();
delay(_dotLength);
}
Serial.println();