This commit is contained in:
Ben Kristinsson 2024-05-02 15:46:55 +12:00 committed by GitHub
commit 8d12416685
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class HydreonRGxxComponent : public PollingComponent, public uart::UARTDevice {
float get_setup_priority() const override;
void set_disable_led(bool disable_led) { this->disable_led_ = disable_led; }
bool get_disable_led(return this->disabled_led_);
protected:
void process_line_();