Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bin/bme680_iaq_replay.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Replays a captured BME680 CSV trace (gas_ohms,rh[,bsec_iaq]) through
// BME680IaqEstimator for offline tuning. See docs/bme680_iaq_replay.md.
// BME680IaqEstimator for offline tuning. Build from the repo root:
// c++ -std=c++17 -O2 -I src -o /tmp/iaq_replay bin/bme680_iaq_replay.cpp src/modules/Telemetry/Sensor/BME680IaqEstimator.cpp

#include "modules/Telemetry/Sensor/BME680IaqEstimator.h"

Expand Down
54 changes: 0 additions & 54 deletions docs/bme680_iaq_replay.md

This file was deleted.

Loading