From 41932400f68b7af671ee18df958c078e0c8d06e1 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 31 Mar 2024 16:34:59 +0200 Subject: wifi hello world working --- .gitmodules | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3