Skip to content

Commit

Permalink
version bumpted to 0.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Nov 1, 2015
1 parent 8f9836e commit 99ca42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion motioneye/__init__.py
@@ -1,2 +1,2 @@

VERSION = "0.28.2"
VERSION = "0.28.3"
3 changes: 1 addition & 2 deletions motioneye/config.py
Expand Up @@ -1633,11 +1633,10 @@ def _set_default_motion_camera(camera_id, data):
data.setdefault('noise_tune', True)
data.setdefault('noise_level', 32)
data.setdefault('lightswitch', 0)
data.setdefault('minimum_motion_frames', 1)
data.setdefault('minimum_motion_frames', 10)

data.setdefault('pre_capture', 2)
data.setdefault('post_capture', 4)
data.setdefault('minimum_motion_frames', 10)

data.setdefault('output_pictures', False)
data.setdefault('picture_filename', '')
Expand Down

0 comments on commit 99ca42b

Please sign in to comment.