fix
This commit is contained in:
parent
795ed02637
commit
90311a7d53
|
@ -26,7 +26,7 @@ extern "C" {
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace ratgdo {
|
namespace ratgdo {
|
||||||
|
|
||||||
class RATGDOComponent;
|
class RATGDOComponent : public Component, public UARTDevice;
|
||||||
|
|
||||||
struct RATGDOStore {
|
struct RATGDOStore {
|
||||||
ISRInternalGPIOPin input_obst;
|
ISRInternalGPIOPin input_obst;
|
||||||
|
|
Loading…
Reference in New Issue