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

13
node1.c
View file

@ -15,18 +15,9 @@
#include <hardware/watchdog.h>
// 5 sec loop is for testing
#define LOOP_INTERVAL_MS 5000
// #define LOOP_INTERVAL_MS 5000
// #define LOOP_INTERVAL_MS 10000
// #define LOOP_INTERVAL_MS 30000
// WiFi and Backend Server Configuration
#ifndef BACKEND_SERVER_IP
#define BACKEND_SERVER_IP "192.168.1.153"
#endif
#ifndef BACKEND_SERVER_PORT
#define BACKEND_SERVER_PORT 8080
#endif
#define LOOP_INTERVAL_MS 30000
/**
* Balcony Weather Station Node 1