mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Device: Add EnterApplicationPhases step
This commit is contained in:
committed by
Kyle Schwarz
parent
8cb62c2cae
commit
68ebb6dae4
@@ -58,7 +58,7 @@ public:
|
||||
return BootloaderPipeline()
|
||||
.add<EnterBootloaderPhase>()
|
||||
.add<FlashPhase>(ChipID::RADA2B_ZCHIP, BootloaderCommunication::RAD)
|
||||
// .add<ReconnectPhase>()
|
||||
.add<EnterApplicationPhase>(ChipID::RADA2B_ZCHIP)
|
||||
.add<WaitPhase>(std::chrono::milliseconds(3000));
|
||||
}
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user