diff options
| author | Jerry Needell <jerryneedell@gmail.com> | 2020-08-05 11:37:57 -0400 |
|---|---|---|
| committer | Jerry Needell <jerryneedell@gmail.com> | 2020-08-05 11:37:57 -0400 |
| commit | 432f43a4725d145a69f8cc128ae96d2f7e2530ec (patch) | |
| tree | 91091e2c4b6e89d21bd8dd54d7193830181b3032 /.gitmodules | |
| parent | c394af412837f96164ebcc88d5301bece19e4a6f (diff) | |
freeze rfm9x and BusDevice, remove many built-in modules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f09a1e4c6..f922aae1d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -147,3 +147,6 @@ [submodule "ports/esp32s2/esp-idf"] path = ports/esp32s2/esp-idf url = https://github.com/tannewt/esp-idf.git +[submodule "frozen/Adafruit_CircuitPython_RFM9x"] + path = frozen/Adafruit_CircuitPython_RFM9x + url = https://github.com/adafruit/Adafruit_CircuitPython_RFM9x.git |
