diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-04-26 18:18:17 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-04-26 18:18:17 (GMT) |
| commit | 17a8cfc34638d14167d33c1f2b094813446e5c5b (patch) | |
| tree | 877ced3a16dbc2be70173dd048a9a2ec7954d2e9 /.gitmodules | |
| parent | 5ce0d4cd6fdc71d8db83f3e8869d5db226922db3 (diff) | |
tools: ota-dfu: Include a Linux-native OTA DFU tool
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cc94518..20c2c34 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "tools/micropython-font-to-py"] path = tools/micropython-font-to-py url = https://github.com/peterhinch/micropython-font-to-py +[submodule "tools/ota-dfu"] + path = tools/ota-dfu + url = https://github.com/daniel-thompson/ota-dfu-python |
