From 4410b78f7f4030dcbbf0a464743762bccec803d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 19 Apr 2015 22:46:32 +0200 Subject: [PATCH] Keep consistancy with receiver --- v2/backend/forwarding/forward.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/backend/forwarding/forward.py b/v2/backend/forwarding/forward.py index c65b3d3..dd65664 100755 --- a/v2/backend/forwarding/forward.py +++ b/v2/backend/forwarding/forward.py @@ -6,8 +6,8 @@ from serial import Serial, SerialException import sys import os -max_height = 32 -max_width = 8 +max_height = 25 +max_width = 20 max_framerate = 40 # Use dummy to test the Processing code without have access to actual hardware