Skip to content

Commit 7a5b07f

Browse files
authored
add comment
1 parent 6d02d76 commit 7a5b07f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pico_w/wifi/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ else()
2424
message("Skipping tls_client and ota_update examples as Mbed TLS is not available")
2525
else()
2626
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
2728
add_subdirectory_exclude_platforms(ota_update rp2040)
2829
endif()
2930
endif()

0 commit comments

Comments
 (0)