diff options
author | Andreas Auras <yak54@inkennet.de> | 2012-11-27 17:30:27 +0100 |
---|---|---|
committer | Andreas Auras <yak54@inkennet.de> | 2012-11-27 17:30:27 +0100 |
commit | 71b8d43543bd0a273707531a72dcb02809f58e3a (patch) | |
tree | c0b7aba1e8ce5ca8ed5fa62fdb7761fed73bc73d /df10ch_setup.py | |
parent | cb3e9afd627cdef3a92bace991b779deb342a976 (diff) | |
download | df10ch-atmolight-controller-71b8d43543bd0a273707531a72dcb02809f58e3a.tar.gz df10ch-atmolight-controller-71b8d43543bd0a273707531a72dcb02809f58e3a.tar.bz2 |
Added handling of weight limit.
Diffstat (limited to 'df10ch_setup.py')
-rw-r--r-- | df10ch_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/df10ch_setup.py b/df10ch_setup.py index 34aba7a..5a5694d 100644 --- a/df10ch_setup.py +++ b/df10ch_setup.py @@ -35,7 +35,7 @@ from df10ch_setup_pkg.white_cal_dlg import WhiteCalDialog from df10ch_setup_pkg.bright_dlg import BrightDialog import df10ch_setup_pkg.device_drv -TITLE = "DF10CH Setup V4" +TITLE = "DF10CH Setup V5" print parser = OptionParser(version=TITLE) parser.add_option("-s", "--simulate", action="store", type="int", dest="simulate", default=0, help="Set simulated number of DF10CH controller's") |