From b16fdc6e3dccf3546ff27af011e02a5c2f81fbc6 Mon Sep 17 00:00:00 2001 From: imvec Date: Tue, 23 Aug 2022 22:26:27 +0000 Subject: [PATCH] Update PicaPiKAP.py --- PicaPiKAP.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PicaPiKAP.py b/PicaPiKAP.py index 2eaaf92..002c48a 100644 --- a/PicaPiKAP.py +++ b/PicaPiKAP.py @@ -19,7 +19,7 @@ camera = PiCamera() camera.resolution = (3280, 2464) #camera.led = False -with open("/home/pi/picavetPI/media/datalog.csv", "a") as log: +with open("/home/pi/PicaPiKAP/media/datalog.csv", "a") as log: while True: tiempo = (time.strftime("%y%b%d_%H:%M:%S_")) @@ -46,4 +46,4 @@ with open("/home/pi/picavetPI/media/datalog.csv", "a") as log: print("Altitud = %0.1f metros" % bme280.altitude) print("-----") time.sleep(5) - \ No newline at end of file +