From fb32a8243bbfa2cf06f0ae9d041511e193a9ae48 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 29 Sep 2018 09:12:55 +0200 Subject: [PATCH] [RTTY] Fixed typo in comment --- examples/SX127x_RTTY_Transmit/SX127x_RTTY_Transmit.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SX127x_RTTY_Transmit/SX127x_RTTY_Transmit.ino b/examples/SX127x_RTTY_Transmit/SX127x_RTTY_Transmit.ino index 0db565a8..30f9176c 100644 --- a/examples/SX127x_RTTY_Transmit/SX127x_RTTY_Transmit.ino +++ b/examples/SX127x_RTTY_Transmit/SX127x_RTTY_Transmit.ino @@ -97,7 +97,7 @@ void loop() { // RTTY client must be configured to 5 bits rtty.begin(434, 183, 45, 5); - // synd synchronization string ("RYRY..." corresponds + // send synchronization string ("RYRY..." corresponds // to binary 01010101010101010101...) ITA2 sync = "RYRYRYRY"; rtty.println(sync);