Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Jun 18, 2024
1 parent 3508288 commit 6fec458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/SCD4x/SCD4x.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ void loop() {

if (unitSCD4x.updated()) {
// Can be checked e.g. by serial plotters
M5_LOGI("\n>CO2:%u\n>Temperature:%2.2f\n>Humidity:%2.2f", unitSCD4x.co2(),
unitSCD4x.temperature(), unitSCD4x.humidity());
M5_LOGI("\n>CO2:%u\n>Temperature:%2.2f\n>Humidity:%2.2f",
unitSCD4x.co2(), unitSCD4x.temperature(), unitSCD4x.humidity());
}
}

0 comments on commit 6fec458

Please sign in to comment.