From f53a0cd76474289e2662ec20d7f8c7ae19d37fbf Mon Sep 17 00:00:00 2001 From: "lxbpxylps@126.com" Date: Fri, 15 Oct 2021 23:05:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20SX1278=20=E5=BA=93?= =?UTF-8?q?=E4=B8=BA=E5=AD=90=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 +++ Libraries/SX1278 | 1 + 2 files changed, 4 insertions(+) create mode 160000 Libraries/SX1278 diff --git a/.gitmodules b/.gitmodules index e956f73..18cfd02 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Libraries/SoftSPI_HAL_Lib"] path = Libraries/SoftSPI_HAL_Lib url = https://hub.akashic.cc/GML-Group/SoftSPI_HAL_Lib.git +[submodule "Libraries/SX1278"] + path = Libraries/SX1278 + url = https://hub.akashic.cc/GML-Group/SX1278.git diff --git a/Libraries/SX1278 b/Libraries/SX1278 new file mode 160000 index 0000000..a7a4236 --- /dev/null +++ b/Libraries/SX1278 @@ -0,0 +1 @@ +Subproject commit a7a42360525ea26f45b459f37c06580706f030b6