New TC shutdown command

This commit is contained in:
Nav
2023-05-26 01:02:51 +01:00
parent 039df146a7
commit 142f844f83
7 changed files with 49 additions and 1 deletions

View File

@@ -187,6 +187,11 @@ namespace Bloom::Services
*/
void disableProgrammingMode() const;
/**
* Forces the TargetController to shutdown
*/
void shutdown() const;
private:
TargetController::CommandManager commandManager = TargetController::CommandManager();