From 8e7cabb0489b354b0c40056863f16d624af5def3 Mon Sep 17 00:00:00 2001 From: TANAKA Masayuki Date: Tue, 18 Mar 2025 11:23:17 +0900 Subject: [PATCH] fix(RMT): Fixed module name in RMTReadXJT examples I couldn't find a protocol called D12. I found LR12 so I'll fix that. --- libraries/ESP32/examples/RMT/RMTReadXJT/RMTReadXJT.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/ESP32/examples/RMT/RMTReadXJT/RMTReadXJT.ino b/libraries/ESP32/examples/RMT/RMTReadXJT/RMTReadXJT.ino index d9e86ce8399..9ceec9cfd18 100644 --- a/libraries/ESP32/examples/RMT/RMTReadXJT/RMTReadXJT.ino +++ b/libraries/ESP32/examples/RMT/RMTReadXJT/RMTReadXJT.ino @@ -13,7 +13,7 @@ // limitations under the License. /** - * @brief This example demonstrates usage of RMT for receiving XJT D12 data + * @brief This example demonstrates usage of RMT for receiving XJT LR12 data * * The output is the RMT data read and processed * @@ -21,7 +21,7 @@ // // Note: This example uses a FrSKY device communication -// using XJT D12 protocol +// using XJT LR12 protocol // // ; 0 bit = 6us low/10us high // ; 1 bit = 14us low/10us high