add bit of docs
This commit is contained in:
parent
6adf5dca28
commit
495d415102
2 changed files with 3 additions and 0 deletions
2
node1.c
2
node1.c
|
|
@ -11,11 +11,13 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#define LOOP_INTERVAL_MS 5000
|
||||
// TODO: put loop back to 30 seconds when done testing
|
||||
// #define LOOP_INTERVAL_MS 30000
|
||||
|
||||
/**
|
||||
* Balcony Weather Station Node 1
|
||||
* record sensor data and send it to home assistant every 5 minutes
|
||||
* Sensors: BME280, PMS5003
|
||||
*/
|
||||
|
||||
void comms_led_init() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue