From a375f2b766c883f77eee02eb4b9bc2adfe410b79 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 09:41:31 -0500 Subject: [PATCH] get rid of strings --- 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 5e2f055..283619a 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -128,7 +128,7 @@ namespace ratgdo { /********************************** FUNCTION DECLARATION * *****************************************/ - void transmit(const char* command); + void transmit(Commands command); void sync(); void obstructionLoop();