Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Melroy van den Berg
AIR Quality Meter
Commits
f711a856
Commit
f711a856
authored
May 12, 2019
by
Melroy van den Berg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test dust reading
parent
551916a6
Pipeline
#1074
passed with stages
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/controller.cc
src/controller.cc
+4
-4
No files found.
src/controller.cc
View file @
f711a856
...
...
@@ -58,11 +58,11 @@ void Controller::Loop() {
// Eg. INSERT air_quality,machine=412 temperature=21.5,humidity=65.3,pressure=1023.0,dust1=3,dust2.5=5,dust10=2,tvoc=2,co2=421
// TODO: Show live data to some display
//
DustReading();
CO2Reading
();
DustReading
();
//
CO2Reading();
TempHumidPressReading
();
GasReading
();
//
TempHumidPressReading();
//
GasReading();
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment