From 04c9b8d4ad6a343205dc60879a84b925421e031f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 18:50:36 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 3b782aa..389e8d3 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -75,7 +75,7 @@ namespace ratgdo { /********************************** GLOBAL VARS * *****************************************/ unsigned int rollingCodeCounter; - SoftwareSerial swSerial; + EspSoftwareSerial::UART swSerial; uint8_t txRollingCode[CODE_LENGTH]; uint8_t rxRollingCode[CODE_LENGTH]; String doorStates[6] = { "unknown", "open", "closed", "stopped", "opening", "closing" };