clean up cmake and swap humidity and pressure

This commit is contained in:
Travis Shears 2025-12-25 14:15:47 +01:00
parent d96ada276d
commit eac8412475
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
3 changed files with 6 additions and 15 deletions

View file

@ -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)