This commit is contained in:
J. Nick Koston 2023-06-09 18:54:55 -05:00
parent ce337af150
commit c12ff359ec
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

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