Update DShotRMT.cpp
...re-set telemetric bit to start motor ...don't know why it's needed right now
This commit is contained in:
parent
7bd10ebc48
commit
b8028531a6
|
|
@ -262,7 +262,7 @@ dshot_packet_t DShotRMT::_buildDShotPacket(const uint16_t value)
|
||||||
|
|
||||||
// Creates DShot packet
|
// Creates DShot packet
|
||||||
packet.throttle_value = value;
|
packet.throttle_value = value;
|
||||||
packet.telemetric_request = 0;
|
packet.telemetric_request = 1; // needed to get the motor spinning
|
||||||
packet.checksum = _calculateCRC(packet);
|
packet.checksum = _calculateCRC(packet);
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue