diff options
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_temperature.py +read_dht11.py  #plot cpu temp -plot.py $image $image +plot_new.py $image $image | 
