button
This commit is contained in:
parent
ce337af150
commit
c12ff359ec
|
@ -374,10 +374,10 @@ namespace ratgdo {
|
||||||
{
|
{
|
||||||
this->rollingCodeUpdatesEnabled_ = false;
|
this->rollingCodeUpdatesEnabled_ = false;
|
||||||
for (int i = 0; i <= MAX_CODES_WITHOUT_FLASH_WRITE; i++) {
|
for (int i = 0; i <= MAX_CODES_WITHOUT_FLASH_WRITE; i++) {
|
||||||
transmit(Command.REBOOT1);
|
transmit(Command.REBOOT1); // get openings
|
||||||
delay(65);
|
delay(65);
|
||||||
}
|
}
|
||||||
transmit(Command.REBOOT2);
|
transmit(Command.REBOOT2); // get state
|
||||||
delay(65);
|
delay(65);
|
||||||
transmit(Command.REBOOT3);
|
transmit(Command.REBOOT3);
|
||||||
delay(65);
|
delay(65);
|
||||||
|
|
Loading…
Reference in New Issue