button
This commit is contained in:
parent
df01b002cf
commit
13f85e33e1
|
@ -75,7 +75,8 @@ namespace ratgdo {
|
|||
ESP_LOGCONFIG(TAG, " Rolling Code Counter: %d", this->rollingCodeCounter);
|
||||
}
|
||||
|
||||
uint16_t RATGDOComponent::readRollingCode() {
|
||||
uint16_t RATGDOComponent::readRollingCode()
|
||||
{
|
||||
{
|
||||
uint32_t rolling = 0;
|
||||
uint64_t fixed = 0;
|
||||
|
|
Loading…
Reference in New Issue