From 58057e0b5e5e728a6fa5815614791ad5d1f846e6 Mon Sep 17 00:00:00 2001 From: Liu_Weichao Date: Wed, 22 Mar 2023 16:50:34 +0800 Subject: [PATCH] feat add lorawan_devicenode submodule --- .gitmodules | 4 ++++ APP_Framework/lib/lorawan/lorawan_devicenode | 1 + 2 files changed, 5 insertions(+) create mode 160000 APP_Framework/lib/lorawan/lorawan_devicenode diff --git a/.gitmodules b/.gitmodules index 0636e2fa2..4db194dfe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,7 @@ [submodule "APP_Framework/lib/lorawan/lora_radio_driver"] path = APP_Framework/lib/lorawan/lora_radio_driver url = https://gitlink.org.cn/IACU/lora_radio_driver.git +[submodule "APP_Framework/lib/lorawan/lorawan_devicenode"] + path = APP_Framework/lib/lorawan/lorawan_devicenode + url = https://gitlink.org.cn/IACU/lorawan_devicenode.git + branch = master diff --git a/APP_Framework/lib/lorawan/lorawan_devicenode b/APP_Framework/lib/lorawan/lorawan_devicenode new file mode 160000 index 000000000..66bf41908 --- /dev/null +++ b/APP_Framework/lib/lorawan/lorawan_devicenode @@ -0,0 +1 @@ +Subproject commit 66bf41908297200ac81d98dc2aed75d1902f009b