From 90311a7d539d0e025b8ccb737c8e122dd0169c9a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 19:59:56 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;