diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-31 16:34:59 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-31 16:34:59 +0200 |
commit | 41932400f68b7af671ee18df958c078e0c8d06e1 (patch) | |
tree | 1d9089134e0003f35db75b476d17d641128785cf /.gitmodules | |
parent | 5ebe21c85c7001053c00d20d25195fececbcc7ce (diff) |
wifi hello world working
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3711bef --- /dev/null +++ b/.gitmodules @@ -0,0 +1,5 @@ +[submodule "main/lib/pico-sdk"] + path = main/lib/pico-sdk + url = https://github.com/raspberrypi/pico-sdk + branch = 1.5.1 + shallow = true |