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 aed45b2 commit aa5f92dCopy full SHA for aa5f92d
pico_w/wifi/CMakeLists.txt
@@ -20,8 +20,8 @@ else()
20
add_subdirectory_exclude_platforms(http_client)
21
add_subdirectory_exclude_platforms(mqtt)
22
23
- if (NOT PICO_MBEDTLS_PATH)
24
- message("Skipping some examples as PICO_MBEDTLS_PATH is not defined")
+ if (NOT TARGET pico_mbed_tls)
+ message("Skipping tls_client and ota_update examples as Mbed TLS is not available")
25
else()
26
add_subdirectory_exclude_platforms(tls_client)
27
add_subdirectory_exclude_platforms(ota_update rp2040)
0 commit comments