[RTTY] Fixed typo in comment
This commit is contained in:
parent
91de1e2b9a
commit
fb32a8243b
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void loop() {
|
||||||
// RTTY client must be configured to 5 bits
|
// RTTY client must be configured to 5 bits
|
||||||
rtty.begin(434, 183, 45, 5);
|
rtty.begin(434, 183, 45, 5);
|
||||||
|
|
||||||
// synd synchronization string ("RYRY..." corresponds
|
// send synchronization string ("RYRY..." corresponds
|
||||||
// to binary 01010101010101010101...)
|
// to binary 01010101010101010101...)
|
||||||
ITA2 sync = "RYRYRYRY";
|
ITA2 sync = "RYRYRYRY";
|
||||||
rtty.println(sync);
|
rtty.println(sync);
|
||||||
|
|
Loading…
Add table
Reference in a new issue