We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0b299 commit 15e7d06Copy full SHA for 15e7d06
README.md
@@ -110,7 +110,7 @@ App|Description
110
111
### Pico W Networking
112
113
-These eaxmples are for the Pico W, and are only available for `PICO_BOARD=pico_w`
+These examples are for the Pico W, and are only available for `PICO_BOARD=pico_w`
114
115
App|Description
116
---|---
pico_w/CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.12)
2
3
-if (PICO_CYW43_SUPPORTED) # set by BOARD=pico-w
+if (PICO_CYW43_SUPPORTED) # set by PICO_BOARD=pico_w
4
if (NOT TARGET pico_cyw43_arch)
5
message("Skipping Pico W examples as support is not available")
6
else()
0 commit comments