README and comment change for pico-w examples (#242)
This commit is contained in:
committed by
GitHub
parent
3a0b299569
commit
15e7d06abd
@@ -110,7 +110,7 @@ App|Description
|
||||
|
||||
### Pico W Networking
|
||||
|
||||
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`
|
||||
|
||||
App|Description
|
||||
---|---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
if (PICO_CYW43_SUPPORTED) # set by BOARD=pico-w
|
||||
if (PICO_CYW43_SUPPORTED) # set by PICO_BOARD=pico_w
|
||||
if (NOT TARGET pico_cyw43_arch)
|
||||
message("Skipping Pico W examples as support is not available")
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user