Skip to content

Commit b02ac31

Browse files
author
Marek N
authored
Update bme280test.ino
Degree C "°C" instead of "Asterisk".
1 parent e8a7e29 commit b02ac31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/bme280test/bme280test.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void loop() {
7171
void printValues() {
7272
Serial.print("Temperature = ");
7373
Serial.print(bme.readTemperature());
74-
Serial.println(" *C");
74+
Serial.println(" °C");
7575

7676
Serial.print("Pressure = ");
7777

@@ -87,4 +87,4 @@ void printValues() {
8787
Serial.println(" %");
8888

8989
Serial.println();
90-
}
90+
}

0 commit comments

Comments
 (0)