diff options
author | Robert Scheibe <rob.scheibe@gmail.com> | 2025-01-04 16:06:05 +0100 |
---|---|---|
committer | Robert Scheibe <rob.scheibe@gmail.com> | 2025-01-04 16:06:05 +0100 |
commit | a07c89c0fb9659c9961f8d9cef7ec49123b2171f (patch) | |
tree | 98818e61cf9a9bf184a5db12ff2e776c10781d09 /make_photo | |
parent | 047178cc439a68c1366a215f4827b52f6437309b (diff) |
added moisture sensor
Diffstat (limited to 'make_photo')
-rwxr-xr-x | make_photo | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,6 +8,6 @@ rpicam-still -o $image #add date string convert $image -resize 1024x768 -gravity SouthEast -font DejaVu-Sans -pointsize 50 -stroke black -undercolor black -fill "rgba(255,255,255,0.5)" -annotate +30+30 "$(date +\\'%Y-%m-%d %H:%M\')" $image #read cpu temp -read_dht11.py +read_sensors.py #plot cpu temp -plot_new.py $image $image +plot.py $image $image |