fix
This commit is contained in:
parent
0ea1ff52d6
commit
09dfd9b5cd
|
@ -66,8 +66,6 @@ namespace ratgdo {
|
||||||
static void IRAM_ATTR isrDoorClose(RATGDOStore* arg);
|
static void IRAM_ATTR isrDoorClose(RATGDOStore* arg);
|
||||||
static void IRAM_ATTR isrLight(RATGDOStore* arg);
|
static void IRAM_ATTR isrLight(RATGDOStore* arg);
|
||||||
static void IRAM_ATTR isrObstruction(RATGDOStore* arg);
|
static void IRAM_ATTR isrObstruction(RATGDOStore* arg);
|
||||||
static void IRAM_ATTR isrRPM1(RATGDOStore* arg);
|
|
||||||
static void IRAM_ATTR isrRPM2(RATGDOStore* arg);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class RATGDOComponent : public Component {
|
class RATGDOComponent : public Component {
|
||||||
|
@ -117,6 +115,7 @@ namespace ratgdo {
|
||||||
void dryContactLoop();
|
void dryContactLoop();
|
||||||
void printRollingCode();
|
void printRollingCode();
|
||||||
void getRollingCode(const char* command);
|
void getRollingCode(const char* command);
|
||||||
|
void gdoStateLoop();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
ESPPreferenceObject pref_;
|
ESPPreferenceObject pref_;
|
||||||
|
|
Loading…
Reference in New Issue