More on NTP.
This commit is contained in:
parent
10bb31b123
commit
8b5f6f99e3
4 changed files with 191 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
#set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
set(SOURCES
|
||||
ntp_time.cpp
|
||||
abfall.cpp
|
||||
)
|
||||
|
||||
|
@ -29,6 +30,7 @@ target_link_libraries(${CMAKE_PROJECT_NAME}
|
|||
pico_stdlib
|
||||
pico_cyw43_arch_lwip_threadsafe_background
|
||||
pico_lwip_http
|
||||
hardware_rtc
|
||||
)
|
||||
|
||||
pico_add_extra_outputs(${CMAKE_PROJECT_NAME})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue