From b49517d6e8061c2efc0fd77b45e658d6051f4a95 Mon Sep 17 00:00:00 2001 From: chopster44 Date: Sun, 2 Nov 2025 12:40:14 +0000 Subject: [PATCH] added OTA library --- .gitmodules | 3 +++ lib/OTALibrary | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 lib/OTALibrary diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..10689fb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/OTALibrary"] + path = lib/OTALibrary + url = git@git.emaker.limited:MicrocontrollerCD/OTALibrary.git diff --git a/lib/OTALibrary b/lib/OTALibrary new file mode 160000 index 0000000..bf21b61 --- /dev/null +++ b/lib/OTALibrary @@ -0,0 +1 @@ +Subproject commit bf21b6180372d086df030221dffec9757af46e41