diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-11-22 16:33:48 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-12-04 14:39:02 -0800 |
| commit | 17c8356b8c06ac160bf9fad6b6b4b8b1095d8dcd (patch) | |
| tree | e5ea5b202c9d4647cce9a8e07819f35b4297e9b9 /.gitmodules | |
| parent | 19dc219ff76ed448a80921cf407c9312277147d7 (diff) | |
Add connection interval and debugging
This also sets TinyUSB to master and to not include its submodules.
It also fixes an old displayio example comment and retries gattc
reads.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index bb62a5c39..764456cd6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -76,7 +76,8 @@ [submodule "lib/tinyusb"] path = lib/tinyusb url = https://github.com/hathach/tinyusb.git - branch = develop + branch = master + fetchRecurseSubmodules = false [submodule "tools/huffman"] path = tools/huffman url = https://github.com/tannewt/huffman.git |
