From b8028531a63f5c90043db54b34532c54b0ed590f Mon Sep 17 00:00:00 2001 From: Wastl Kraus Date: Wed, 13 Aug 2025 15:48:07 +0200 Subject: [PATCH] Update DShotRMT.cpp ...re-set telemetric bit to start motor ...don't know why it's needed right now --- DShotRMT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DShotRMT.cpp b/DShotRMT.cpp index ae6186f..43b2955 100644 --- a/DShotRMT.cpp +++ b/DShotRMT.cpp @@ -262,7 +262,7 @@ dshot_packet_t DShotRMT::_buildDShotPacket(const uint16_t value) // Creates DShot packet packet.throttle_value = value; - packet.telemetric_request = 0; + packet.telemetric_request = 1; // needed to get the motor spinning packet.checksum = _calculateCRC(packet); //