Skip to content

Commit

Permalink
Quick fix for #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 25, 2020
1 parent 78b7f57 commit a2da3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/local_altitude.py
Expand Up @@ -30,7 +30,7 @@

# workaround to get rid of the first reading
altitude = bme280.get_altitude()
print("Waiting a couple of seconds for the sensor to initialise..."
print("Waiting a couple of seconds for the sensor to initialise...")
time.sleep(2)

while True:
Expand Down

0 comments on commit a2da3f1

Please sign in to comment.