From 73512d5efe051860373ff8b32a60031da4f440b2 Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Tue, 6 Dec 2022 10:15:59 +0100 Subject: [PATCH] initial commit --- .gitmodules | 10 +++++----- paho.mqtt.c | 1 + paho.mqtt.cpp | 1 + 3 files changed, 7 insertions(+), 5 deletions(-) create mode 160000 paho.mqtt.c create mode 160000 paho.mqtt.cpp diff --git a/.gitmodules b/.gitmodules index 157569a..6500d96 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ -[submodule "paho.mqtt.c"] - path = paho.mqtt.c - url = https://github.com/eclipse/paho.mqtt.c.git - ignore = dirty [submodule "paho.mqtt.cpp"] path = paho.mqtt.cpp url = https://github.com/eclipse/paho.mqtt.cpp.git - ignore = dirty + ignore = untracked +[submodule "paho.mqtt.c"] + path = paho.mqtt.c + url = https://github.com/eclipse/paho.mqtt.c.git + ignore = untracked diff --git a/paho.mqtt.c b/paho.mqtt.c new file mode 160000 index 0000000..7c0735a --- /dev/null +++ b/paho.mqtt.c @@ -0,0 +1 @@ +Subproject commit 7c0735a5f02052c275baddb4f01f1f4dabdfed20 diff --git a/paho.mqtt.cpp b/paho.mqtt.cpp new file mode 160000 index 0000000..2ff3d15 --- /dev/null +++ b/paho.mqtt.cpp @@ -0,0 +1 @@ +Subproject commit 2ff3d155dcd10564f1816675789284b4efd79eb7 -- GitLab