From e56d724587a0648e78697f256b7dab9cc087c921 Mon Sep 17 00:00:00 2001 From: imvec Date: Fri, 16 Sep 2022 19:41:42 +0000 Subject: [PATCH] Update PicaPiKAP.py --- PicaPiKAP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PicaPiKAP.py b/PicaPiKAP.py index e3d9b8b..12fc177 100644 --- a/PicaPiKAP.py +++ b/PicaPiKAP.py @@ -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)