From 1c50fde4e04bbe61da2b1bcac9295e1d2ee1ca32 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 14:06:19 -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 8f2236d..53b435c 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -82,7 +82,7 @@ namespace ratgdo { /********************************** FUNCTION DECLARATION * *****************************************/ void set_rolling_codes(bool useRollingCodes); - void transmit(byte* payload, unsigned int length); + void transmit(const unsigned char*, unsigned int); void sync(); void openDoor(); void closeDoor();