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:
+1
-1
@@ -29,7 +29,7 @@ while True:
|
||||
humedad = str("%0.1f%%_" % bme280.relative_humidity)
|
||||
presion = str("%0.1fhPa" % bme280.pressure)
|
||||
altitud = str("%0.1fm_" % bme280.altitude)
|
||||
camera.capture("/home/pi/PicaPiKAP/media/" + tiempo + latitud + longitud + altitudgps + temperatura + humedad + presion + ".jpg")
|
||||
camera.capture("/home/pi/PicaPiKAP/media/" + tiempo + altitud + latitud + longitud + altitudgps + temperatura + humedad + presion + ".jpg")
|
||||
print("Datos del GPS")
|
||||
print("Satelites: " + str(packet.sats))
|
||||
print("Latitud:" + str("%0.5f" % packet.lat))
|
||||
|
||||
Reference in New Issue
Block a user