clean up cmake and swap humidity and pressure
This commit is contained in:
parent
d96ada276d
commit
eac8412475
3 changed files with 6 additions and 15 deletions
|
|
@ -24,8 +24,8 @@ pico_sdk_init()
|
|||
set(WIFI_SSID "${WIFI_SSID}" CACHE INTERNAL "wifi ssid")
|
||||
set(WIFI_PASSWORD "${WIFI_PASSWORD}" CACHE INTERNAL "wifi password")
|
||||
# TODO: Update this to the real server not my macbook
|
||||
set(BACKEND_SERVER_IP "192.168.1.153" CACHE STRING "Backend server IP")
|
||||
set(BACKEND_SERVER_PORT "8080" CACHE STRING "Backend server port")
|
||||
set(BACKEND_SERVER_IP "192.168.1.156" CACHE STRING "Backend server IP")
|
||||
set(BACKEND_SERVER_PORT "5025" CACHE STRING "Backend server port")
|
||||
|
||||
# the executable
|
||||
add_executable(node1 node1.c bme280.c pms5003.c tcp_client.c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue