crop images
This commit is contained in:
parent
61d1574a1d
commit
37524140a6
5 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,7 @@ I used VS code but you only need a terminal for building this.
|
||||||
### Pico firmware
|
### Pico firmware
|
||||||
Requires the following software: `git`, `make`, `cmake` and a C compiler
|
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.
|
Now edit the file `pico/src/wifi_cred.h` and update the values accordingly.
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 84 KiB |
Binary file not shown.
Before Width: | Height: | Size: 189 KiB After Width: | Height: | Size: 79 KiB |
Binary file not shown.
Before Width: | Height: | Size: 287 KiB After Width: | Height: | Size: 178 KiB |
|
@ -5,6 +5,7 @@ build_thing: git_deps
|
||||||
# then manually copy bin/thing.uf2 to the pico
|
# then manually copy bin/thing.uf2 to the pico
|
||||||
|
|
||||||
git_deps:
|
git_deps:
|
||||||
|
cd .. && git submodule update --init
|
||||||
cd ../pico-sdk && git submodule update --init lib/cyw43-driver lib/lwip
|
cd ../pico-sdk && git submodule update --init lib/cyw43-driver lib/lwip
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue