...strolling through the code

This commit is contained in:
Wastl Kraus 2025-08-07 18:03:05 +02:00
parent b0373190bb
commit 395437dd30
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public:
uint16_t getGPIO() const { return _gpio; } uint16_t getGPIO() const { return _gpio; }
// Returns "raw" Dshot packet sent by RMT // Returns "raw" Dshot packet sent by RMT
uint16_t getDShotPacket() { return _current_packet; } uint16_t getDShotPacket() const { return _current_packet; }
// //
bool is_bidirectional() const { return _is_bidirectional; } bool is_bidirectional() const { return _is_bidirectional; }