This commit is contained in:
J. Nick Koston 2023-06-05 19:22:23 -05:00
parent 0f81c21983
commit 9334f372bd
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ namespace ratgdo {
void gdoStateLoop();
void statusUpdateLoop();
void readRollingCode(uint8_t& door, uint8_t& light, uint8_t& lock, uint8_t& motion, uint8_t& obstruction);
void sendCommand(const char* command);
protected:
ESPPreferenceObject pref_;