Skip to content

Commit

Permalink
Update to normal sending interval
Browse files Browse the repository at this point in the history
  • Loading branch information
SmejkalJakub committed Jan 26, 2024
1 parent 3605708 commit c43fcdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk
Submodule sdk updated 104 files
2 changes: 1 addition & 1 deletion src/application.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <application.h>

#define CO2_PUB_INTERVAL (1 * 60 * 1000)
#define CO2_PUB_INTERVAL (15 * 60 * 1000)
#define CO2_UPDATE_INTERVAL 6000

twr_led_t led;
Expand Down

0 comments on commit c43fcdb

Please sign in to comment.