Skip to content

Commit 6b6e27e

Browse files
committed
Update default timer periods to 60min and 30min
1 parent 92ea806 commit 6b6e27e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
#define ENABLE_CRYPTO
3131

3232
// period of the weather station measurements in seconds
33-
#define MEASUREMENT_RATE 600
33+
#define MEASUREMENT_RATE 3600
3434
// period of the heartbeat timer in seconds
35-
#define HEARTBEAT_RATE 300
35+
#define HEARTBEAT_RATE 1800
3636
// port for the udp communication
3737
#define UDP_PORT 50000
3838

0 commit comments

Comments
 (0)