Skip to content

Commit 7fda434

Browse files
fix(rmt): Fixed protocol name in RMTReadXJT examples (#11136)
* fix(rmt): Fixed protocol name in RMTReadXJT examples I couldn't find a protocol called D12. I found LR12 so I'll fix that. * feat(RMT): changing example commentary to reflect D16 protocol --------- Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com>
1 parent 66abd86 commit 7fda434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/ESP32/examples/RMT/RMTReadXJT/RMTReadXJT.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
// limitations under the License.
1414

1515
/**
16-
* @brief This example demonstrates usage of RMT for receiving XJT D12 data
16+
* @brief This example demonstrates usage of RMT for receiving XJT D16 data
1717
*
1818
* The output is the RMT data read and processed
1919
*
2020
*/
2121

2222
//
2323
// Note: This example uses a FrSKY device communication
24-
// using XJT D12 protocol
24+
// using XJT D16 protocol
2525
//
2626
// ; 0 bit = 6us low/10us high
2727
// ; 1 bit = 14us low/10us high

0 commit comments

Comments
 (0)