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();