updated README

This commit is contained in:
cecio
2026-03-26 21:43:41 +01:00
parent 9bc181d14f
commit 55e05a6a1e

View File

@@ -220,6 +220,9 @@ Obviously you can also build your own firmware. To build you need the *Raspberry
Basic recompile instructions: Basic recompile instructions:
``` ```
export PICO_SDK_PATH=</path/to/pico-sdk> export PICO_SDK_PATH=</path/to/pico-sdk>
git clone --recursive https://github.com/cecio/USBvalve.git
cd USBvalve
mkdir build && cd build mkdir build && cd build
cmake -DPICO_BOARD=pico .. # or pico2 for standard build cmake -DPICO_BOARD=pico .. # or pico2 for standard build
make -j$(nproc) make -j$(nproc)