From 9c2252e0e8c6e205ab4dab0de5fbc6531ee9786a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 20:30:11 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index d624927..f0f5961 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -417,7 +417,7 @@ namespace ratgdo { * The opener requires a specific duration low/high pulse before it will accept * a message */ - void RATGDOComponent::transmit(const uint_8t* payload) + void RATGDOComponent::transmit(const uint8_t* payload) { this->output_gdo_pin_->digital_write(true); // pull the line high for 1305 micros so the // door opener responds to the message