Merge pull request #95 from DB1BMN/patch-1

Update bme280test.ino
This commit is contained in:
Limor "Ladyada" Fried 2021-05-02 20:00:37 -04:00 committed by GitHub
commit 8b7b8cb9c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ void loop() {
void printValues() {
Serial.print("Temperature = ");
Serial.print(bme.readTemperature());
Serial.println(" *C");
Serial.println(" °C");
Serial.print("Pressure = ");