...fix Accessors

This commit is contained in:
Wastl Kraus 2025-07-25 21:06:48 +02:00
parent 4b809d26e1
commit ebbeb99d4f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public:
// Accessors for GPIO and DShot settings
gpio_num_t getGPIO() const { return _gpio; }
dshot_mode_t getDShotMode() const { return _mode; }
uint8_t getFrameLenght() const { return _frameLength; }
uint16_t getFrameLenght() const { return _frameLength; }
protected:
// Calculates the checksum for a DShot packet