Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Melroy van den Berg
AIR Quality Meter
Commits
f711a856
Commit
f711a856
authored
May 12, 2019
by
Melroy van den Berg
Browse files
test dust reading
parent
551916a6
Pipeline
#1074
passed with stages
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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