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 6d02d76 commit 7a5b07fCopy full SHA for 7a5b07f
pico_w/wifi/CMakeLists.txt
@@ -24,6 +24,7 @@ else()
24
message("Skipping tls_client and ota_update examples as Mbed TLS is not available")
25
else()
26
add_subdirectory_exclude_platforms(tls_client)
27
+ # note ota_update doesn't use Mbed TLS, but it requires picotool with Mbed TLS, so the above check is a good proxy
28
add_subdirectory_exclude_platforms(ota_update rp2040)
29
endif()
30
0 commit comments