[Morse] Automatically turn off transmitter
This commit is contained in:
parent
9582fd186e
commit
79f1560d41
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ size_t MorseClient::write(uint8_t b) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// symbol space
|
// symbol space
|
||||||
_phy->receiveDirect();
|
_phy->standby();
|
||||||
delay(_dotLength);
|
delay(_dotLength);
|
||||||
}
|
}
|
||||||
Serial.println();
|
Serial.println();
|
||||||
|
|
Loading…
Add table
Reference in a new issue