Skip to content

Commit 474c9f2

Browse files
committed
bring WIFI back to Pico W
1 parent 9297f7a commit 474c9f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

+5
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,15 @@ add_compile_options(-Wall
2525
-ffunction-sections
2626
)
2727

28+
2829
include(${CMAKE_BINARY_DIR}/config.cmake)
2930

3031
pico_sdk_init()
3132

33+
if(PICO_CYW43_SUPPORTED)
34+
add_compile_options(-DJD_WIFI=1)
35+
endif()
36+
3237
add_subdirectory(src)
3338

3439
# location of jd_user_config.h

devicescript

Submodule devicescript updated 71 files

0 commit comments

Comments
 (0)