Device: RADGalaxy2: Remove EnterApplicationPhase

This commit is contained in:
Michael Bowers
2026-04-06 10:57:09 -04:00
committed by Kyle Schwarz
parent 67929a19bc
commit 97a6b4a04f
@@ -90,7 +90,6 @@ public:
.add<EnterApplicationPhase>(ChipID::RAD_GALAXY_2_ZMPCHIP_ID)
.add<ReconnectPhase>()
.add<FlashPhase>(ChipID::RADGALAXY2_SYSMON_CHIP, BootloaderCommunication::RADGalaxy2Peripheral)
.add<EnterApplicationPhase>(ChipID::RADGALAXY2_SYSMON_CHIP)
.add<ReconnectPhase>()
.add<WaitPhase>(std::chrono::milliseconds(3000));
}