Skip to content

Commit

Permalink
01.23.80 - Camera PI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ToninoTarsi committed Apr 16, 2016
1 parent d52c201 commit 66e5cee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
01.23.78
01.23.80
6 changes: 4 additions & 2 deletions swpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def answer_call(modem, message):
print "************************************************************************"
print "* Sint Wind PI "+v+" *"
print "* *"
print "* 2012-2015 by Tonino Tarsi <[email protected]> *"
print "* 2012-2016 by Tonino Tarsi <[email protected]> *"
print "* *"
print "* System will start in 10 seconds - Press Ctrl-C to cancel *"
print "************************************************************************"
Expand Down Expand Up @@ -1065,8 +1065,10 @@ def answer_call(modem, message):
globalvars.takenPicture.cPIFilemane = cPIFilemane
bcPI = cPI.capture(cPIFilemane)
if bcPI:
globalvars.takenPicture.cPIFilemane = cPIFilemane
addTextandResizePhoto(cPIFilemane,cfg.cameradivicefinalresolutionX,cfg.cameradivicefinalresolutionY,cfg,v)

else:
globalvars.takenPicture.cPIFilemane = None
bConnected = False

if ( cfg.sendImagesToServer or cfg.logdata or cfg.upload_data or cfg.WeatherUnderground_logdata or cfg.PWS_logdata):
Expand Down

0 comments on commit 66e5cee

Please sign in to comment.