This commit is contained in:
J. Nick Koston 2023-06-05 13:34:44 -05:00
parent a8d34c2ead
commit 3f7e2cca93
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
#pragma once
#include "esphome/core/component.h"
#include "esphome/core/preferences.h"
#include "SoftwareSerial.h"
@ -72,7 +73,7 @@ class RATGDOComponent : public Component {
/********************************** FUNCTION DECLARATION
* *****************************************/
void set_rolling_codes(bool useRollingCodes)
void set_rolling_codes(bool useRollingCodes);
void transmit(byte *payload, unsigned int length);
void sync();
void openDoor();