Update PicaPiKAP.py

This commit is contained in:
imvec
2022-09-16 19:41:42 +00:00
parent 0d5de7e78d
commit e56d724587

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(2)
time.sleep(3)