Update PicaPiKAP.py

This commit is contained in:
imvec
2022-09-06 16:07:32 +00:00
parent 46c27ebcf6
commit 05e4cc1cb3
+1 -1
View File
@@ -41,4 +41,4 @@ while True:
print("Presion: %0.1f hPa" % bme280.pressure)
print("Altitud = %0.1f metros" % bme280.altitude)
print("-----")
time.sleep(5)
time.sleep(2)