Skip to content

Commit

Permalink
Add support for periodic PM measurements
Browse files Browse the repository at this point in the history
  • Loading branch information
hg committed Nov 13, 2020
1 parent c8a9867 commit f929d9a
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 81 deletions.
7 changes: 6 additions & 1 deletion firmware/main/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ config TEMPERATURE_PERIOD_SECONDS
config PARTICULATE_PERIOD_SECONDS
int "Particulate measurement period, seconds"
range 1 86400
default 900
default 600

config PARTICULATE_MEASUREMENTS
int "Number of PM measurements per each PARTICULATE_PERIOD_SECONDS"
range 1 PARTICULATE_PERIOD_SECONDS
default 30

config MEASUREMENT_QUEUE_SIZE
int "Measurement queue size"
Expand Down
Loading

0 comments on commit f929d9a

Please sign in to comment.