From 711e517c8266a607e6c4afb5554b6bb4a5b7e988 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 12:46:48 -0500 Subject: [PATCH] sw serial again --- components/ratgdo/ratgdo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 8343dcd..15c904a 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -156,6 +156,7 @@ namespace ratgdo { LOG_PIN(" Trigger Light Pin: ", this->trigger_light_pin_); LOG_PIN(" Status Door Pin: ", this->status_door_pin_); LOG_PIN(" Status Obstruction Pin: ", this->status_obst_pin_); + sync(); } void RATGDOComponent::readRollingCode(uint8_t& door, uint8_t& light, uint8_t& lock, uint8_t& motion, uint8_t& obstruction)