From 836c19a7f133425d577e16dac8db465a6fe0a9a1 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sun, 10 Mar 2024 16:12:25 +0100 Subject: [PATCH] Added SX127x submodule --- .gitmodules | 3 +++ SX127x/uPyLoRaWAN | 1 + 2 files changed, 4 insertions(+) create mode 160000 SX127x/uPyLoRaWAN diff --git a/.gitmodules b/.gitmodules index 6792a7a..ae32136 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "PCF8574T/RPI-PICO-I2C-LCD"] path = PCF8574T/RPI-PICO-I2C-LCD url = https://github.com/T-622/RPI-PICO-I2C-LCD +[submodule "SX127x/uPyLoRaWAN"] + path = SX127x/uPyLoRaWAN + url = https://github.com/lemariva/uPyLoRaWAN diff --git a/SX127x/uPyLoRaWAN b/SX127x/uPyLoRaWAN new file mode 160000 index 0000000..ae6d63a --- /dev/null +++ b/SX127x/uPyLoRaWAN @@ -0,0 +1 @@ +Subproject commit ae6d63a6646d930adad220052c767fd6433f3af3