Merge pull request #1809 from cesanta/picow

Make pico-w device-dashboard example fully functional
This commit is contained in:
Sergey Lyubka 2022-10-20 18:24:38 +01:00 committed by GitHub
commit 637af1d392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@ $(NAME):
build: | $(NAME)
cp ./../../../mongoose.[ch] $(NAME)
cp ./../../device-dashboard/packed_fs.c $(NAME)
cp ./../../device-dashboard/net.c $(NAME)
make -C $(NAME) build
clean: