From 7012f41e5a988f8cbd121a173bb57571876def8c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 21:27:14 -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 427e775..ad111d2 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -82,7 +82,7 @@ namespace ratgdo { /********************************** FUNCTION DECLARATION * *****************************************/ - void transmit(const uint8_t*); + void transmit(const char* command); void sync(); void obstructionLoop();