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 35bbfb5 commit b152b52Copy full SHA for b152b52
CMakeLists.txt
@@ -44,7 +44,7 @@ endfunction()
44
45
# Add blink example
46
if (PICO_CYW43_SUPPORTED AND NOT TARGET pico_cyw43_arch)
47
- message("Skipping blink for Pico W as support is not available")
+ message("Wi-Fi driver is not available")
48
else()
49
add_subdirectory_exclude_platforms(blink)
50
endif()
0 commit comments