fix
This commit is contained in:
parent
7721deb19b
commit
45c3fc508a
|
@ -391,19 +391,14 @@ namespace ratgdo {
|
|||
{
|
||||
transmit(Command.REBOOT1);
|
||||
delay(65);
|
||||
|
||||
transmit(Command.REBOOT2);
|
||||
delay(65);
|
||||
|
||||
transmit(Command.REBOOT3);
|
||||
delay(65);
|
||||
|
||||
transmit(Command.REBOOT4);
|
||||
delay(65);
|
||||
|
||||
transmit(Command.REBOOT5);
|
||||
delay(65);
|
||||
|
||||
sendCommandAndSaveCounter(Command.REBOOT6);
|
||||
delay(65);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue