Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Apr 25, 2024
1 parent 536d9e3 commit 9cc4e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ void loop() {
if (miThermometer.data[i].valid) {
Serial.println();
Serial.printf("Sensor %d: %s\n", i, knownBLEAddresses[i].c_str());
Serial.printf("Name: %s\n", miThermometer.data[i].name.c_str());
Serial.printf("%.2f°C\n", miThermometer.data[i].temperature/100.0);
Serial.printf("%.2f%%\n", miThermometer.data[i].humidity/100.0);
Serial.printf("%.3fV\n", miThermometer.data[i].batt_voltage/1000.0);
Expand Down

0 comments on commit 9cc4e1a

Please sign in to comment.