mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +00:00
fix
This commit is contained in:
parent
6fb4fc06c5
commit
6fece6d6ed
@ -56,7 +56,7 @@ namespace ratgdo {
|
|||||||
static void IRAM_ATTR isrObstruction(RATGDOStore* arg);
|
static void IRAM_ATTR isrObstruction(RATGDOStore* arg);
|
||||||
};
|
};
|
||||||
|
|
||||||
class RATGDOComponent : public Component, public UARTDevice {
|
class RATGDOComponent : public UARTDevice, public Component {
|
||||||
public:
|
public:
|
||||||
void setup() override;
|
void setup() override;
|
||||||
void loop() override;
|
void loop() override;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user