diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index a52f38c..ecd36dc 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -26,7 +26,7 @@ extern "C" { namespace esphome { namespace ratgdo { - class RATGDOComponent; + class RATGDOComponent : public Component, public UARTDevice; struct RATGDOStore { ISRInternalGPIOPin input_obst;