fix
This commit is contained in:
parent
3dbe8534dc
commit
1c50fde4e0
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue