[RTTY] Fixed idle (#195)

This commit is contained in:
Jan Gromeš 2020-11-05 21:29:41 +01:00 committed by GitHub
parent c8ff0234b3
commit 9b5eed83d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,7 +173,6 @@ int16_t RTTYClient::begin(float base, uint32_t shift, uint16_t rate, uint8_t enc
}
void RTTYClient::idle() {
transmitDirect();
mark();
}