From fe6c31acc178d97aac3b1b64d8ed3558ea1024f4 Mon Sep 17 00:00:00 2001 From: "Sergio R. Caprile" Date: Thu, 20 Oct 2022 11:57:00 -0300 Subject: [PATCH] Make pico-w device-dashboard example fully functional --- examples/raspberry/raspberry-pi-pico-w/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/raspberry/raspberry-pi-pico-w/Makefile b/examples/raspberry/raspberry-pi-pico-w/Makefile index 4e1f3674..61a95a86 100644 --- a/examples/raspberry/raspberry-pi-pico-w/Makefile +++ b/examples/raspberry/raspberry-pi-pico-w/Makefile @@ -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: