Update DShotRMT.cpp

...re-set telemetric bit to start motor ...don't know why it's needed right now
This commit is contained in:
Wastl Kraus 2025-08-13 15:48:07 +02:00
parent 7bd10ebc48
commit b8028531a6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
//