Status leds round2 (#1076)

Continuation of #802

Support RGB status LED to indicate:

Running/no-running
NT connected
At least one target visible

Configured by manually uploading hardware config JSON
This commit is contained in:
Chris Gerth
2023-12-28 13:24:28 -06:00
committed by GitHub
parent 282e1bb47d
commit ece521c9e1
7 changed files with 115 additions and 17 deletions

View File

@@ -375,6 +375,7 @@ public class Main {
}
logger.info("Starting server...");
HardwareManager.getInstance().setRunning(true);
Server.start(DEFAULT_WEBPORT);
}
}