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
13
node1.c
13
node1.c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue