mirror of
https://gitlab.com/imvec/picapikap.git
synced 2026-06-16 12:30:20 +02:00
Update PicaPiKAP.py
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user