This commit is contained in:
J. Nick Koston 2023-06-05 14:06:19 -05:00
parent 3dbe8534dc
commit 1c50fde4e0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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