From bbbd17458d1c0f3748a0cda17a5135a47312e9e7 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 18:25:55 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index dacea94..e9e5d08 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -116,6 +116,7 @@ namespace ratgdo { void printRollingCode(); void getRollingCode(const char* command); void gdoStateLoop(); + void statusUpdateLoop(); protected: ESPPreferenceObject pref_;