From aeb32b66044f5b124237657edae3b9818ab07b80 Mon Sep 17 00:00:00 2001 From: SpookyDervish Date: Sat, 28 Feb 2026 21:46:16 +1100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08afc77..0b5af41 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ For relays for example: 3. `cd build` 4. `cmake -DPICO_SDK_PATH=$PICO_SDK_PATH ..` +Then, you can just type `make` from now on and it will build your `.uf2` file. For connectors it's the same but the folder should be "connector" instead of "relay". -This will put a `.uf2` file in the current directory, you can now boot your board in the BOOTSEL mode by holding the white button when plugging in the board, and then dragging the `.uf2` file into the drive that appears in your file explorer. \ No newline at end of file +You can now just flash your board using picotool or by dragging the `.uf2` onto the board. \ No newline at end of file