diff --git a/README.md b/README.md index 7e18415..bfcb4e9 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ I used VS code but you only need a terminal for building this. ### Pico firmware Requires the following software: `git`, `make`, `cmake` and a C compiler ``` -git clone https://git.crispypin.cc/CrispyPin/wind_station --recursive +git clone https://git.crispypin.cc/CrispyPin/wind_station ``` Now edit the file `pico/src/wifi_cred.h` and update the values accordingly. diff --git a/img/encoder_pattern_filled.jpg b/img/encoder_pattern_filled.jpg index 245425f..5689284 100644 Binary files a/img/encoder_pattern_filled.jpg and b/img/encoder_pattern_filled.jpg differ diff --git a/img/encoder_pattern_grid.jpg b/img/encoder_pattern_grid.jpg index 24a08ae..9de63f7 100644 Binary files a/img/encoder_pattern_grid.jpg and b/img/encoder_pattern_grid.jpg differ diff --git a/img/encoder_plate_blank.jpg b/img/encoder_plate_blank.jpg index 2a17289..8bb9a00 100644 Binary files a/img/encoder_plate_blank.jpg and b/img/encoder_plate_blank.jpg differ diff --git a/pico/Makefile b/pico/Makefile index 4c14657..4fab39b 100755 --- a/pico/Makefile +++ b/pico/Makefile @@ -5,6 +5,7 @@ build_thing: git_deps # then manually copy bin/thing.uf2 to the pico git_deps: + cd .. && git submodule update --init cd ../pico-sdk && git submodule update --init lib/cyw43-driver lib/lwip clean: