diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-12-10 13:55:25 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-10 13:55:25 -0800 |
| commit | 024ba978ec909d39d411a74b443d2ffa20250fa6 (patch) | |
| tree | 49173f5aee00bffed722c437f3b6361e485aedde /.gitmodules | |
| parent | 387ab6c87eac8481934a7ffc4a96395fe5f34747 (diff) | |
| parent | a08d9e6d8e0059c8aa59feadd7b94d95d691e273 (diff) | |
Merge pull request #2337 from jepler/mp35.0.0-beta.1
Add MP3 playback
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 764456cd6..98252c2af 100644 --- a/.gitmodules +++ b/.gitmodules @@ -102,3 +102,6 @@ [submodule "ports/cxd56/spresense-exported-sdk"] path = ports/cxd56/spresense-exported-sdk url = https://github.com/sonydevworld/spresense-exported-sdk.git +[submodule "lib/mp3"] + path = lib/mp3 + url = https://github.com/adafruit/Adafruit_MP3 |
