From fe6b6692ffa907fb8fbe1535386aca155eb0c206 Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Tue, 6 Dec 2022 10:31:57 +0100 Subject: [PATCH] move mqtt to package --- .gitmodules | 4 ++++ src/ccf | 2 +- src/paho_mqtt | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 src/paho_mqtt diff --git a/.gitmodules b/.gitmodules index f8ce8e8..21568f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,3 +30,7 @@ path = src/panda_util url = ../../packages/panda_util.git branch = noetic/main +[submodule "src/paho_mqtt"] + path = src/paho_mqtt + url = ../../packages/paho_mqtt.git + branch = main diff --git a/src/ccf b/src/ccf index fdf1ee6..3280016 160000 --- a/src/ccf +++ b/src/ccf @@ -1 +1 @@ -Subproject commit fdf1ee640080d92f418695714f8c0df15d220806 +Subproject commit 32800166a5f0f31cac0212bd6981c868462ce95b diff --git a/src/paho_mqtt b/src/paho_mqtt new file mode 160000 index 0000000..f8ae86c --- /dev/null +++ b/src/paho_mqtt @@ -0,0 +1 @@ +Subproject commit f8ae86c890f7fcc5dff5703227f7581691e0361f -- GitLab