[Morse] Automatically turn off transmitter

This commit is contained in:
jgromes 2019-05-28 19:24:07 +02:00
parent 9582fd186e
commit 79f1560d41

View file

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