Skip to content

Commit

Permalink
rev042 sensors stable release
Browse files Browse the repository at this point in the history
- testing uptime: passed
- publishing data: passed
- bluetooth connection with old app: passed
- stable measures vs old version: passed
- power consumption: passed (many improvments vs old version)
- GUI: not migrated yet (failed), but it has a basic GUI.
  • Loading branch information
hpsaturn committed May 6, 2020
1 parent 4c95e9b commit e89e4a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified screenshots/influxdb_grafana.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/bme680.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ void bmeLoop() {
Serial.println(F("..Failed to complete reading :("));
return;
}
printValues();
altitude = bme.readAltitude(SEALEVELPRESSURE_HPA); // it take some time (we save it)
printValues();
}
}

Expand Down

0 comments on commit e89e4a0

Please sign in to comment.