From 45c3fc508a34bda6c0e21f102836ae4f159fbbe5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 15:27:29 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 7f5d434..14dbfca 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -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); }