Skip to content

Commit

Permalink
udp agent, no pwd in cmake output
Browse files Browse the repository at this point in the history
  • Loading branch information
catweasel999 committed Jun 29, 2024
1 parent eb69e4c commit 7f74888
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ target_include_directories(pico_micro_ros_udp_example PUBLIC
)
message(STATUS "PICO_BOARD: ${PICO_BOARD}")
message(STATUS "WIFI_SSID: ${WIFI_SSID}")
message(STATUS "WIFI_PASSWORD: ${WIFI_PASSWORD}")

add_definitions(-DWIFI_SSID="${WIFI_SSID}")
add_definitions(-DWIFI_PASSWORD="${WIFI_PASSWORD}")
Expand Down

0 comments on commit 7f74888

Please sign in to comment.