feat: Framework to handle INCP messages

This commit is contained in:
2026-03-31 14:04:12 +01:00
parent 5a7d3a9864
commit f7c2b65ebc
9 changed files with 271 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
FetchContent_Declare(
pyincp
GIT_REPOSITORY git@repo.dsi.tecnico.ulisboa.pt:nanosatlab/istsat-2/incp.git
GIT_TAG feat/cli-rework
GIT_TAG develop
)
FetchContent_MakeAvailable(pyincp)