From 395437dd309307ac10b1946320f49d4ed55a0988 Mon Sep 17 00:00:00 2001 From: Wastl Kraus Date: Thu, 7 Aug 2025 18:03:05 +0200 Subject: [PATCH] ...strolling through the code --- DShotRMT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DShotRMT.h b/DShotRMT.h index 84482b6..76a5060 100644 --- a/DShotRMT.h +++ b/DShotRMT.h @@ -90,7 +90,7 @@ public: uint16_t getGPIO() const { return _gpio; } // 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; }