From 05e4cc1cb31e1382c58ab7847ccdf5920013bddf Mon Sep 17 00:00:00 2001 From: imvec Date: Tue, 6 Sep 2022 16:07:32 +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 a4c6e47..e3d9b8b 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(5) + time.sleep(2)