using wifi cred. from cmake

This commit is contained in:
Martin Brodbeck 2023-01-05 10:34:27 +01:00
parent 4227a33c9e
commit 32d24c3712
2 changed files with 6 additions and 4 deletions

View file

@ -33,6 +33,8 @@ target_compile_definitions(${CMAKE_PROJECT_NAME} PRIVATE
SNTP_STARTUP_DELAY=0
SNTP_SET_SYSTEM_TIME=set_system_time
SNTP_UPDATE_DELAY=86400
WLAN_SSID="<YOUR SSID>"
WLAN_PW="<YOUR PW>"
)
set_target_properties(${CMAKE_PROJECT_NAME}