Keep consistancy with receiver

master
Raphaël Vinot 2015-04-19 22:46:32 +02:00
parent 530dd2809f
commit 4410b78f7f
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ from serial import Serial, SerialException
import sys import sys
import os import os
max_height = 32 max_height = 25
max_width = 8 max_width = 20
max_framerate = 40 max_framerate = 40
# Use dummy to test the Processing code without have access to actual hardware # Use dummy to test the Processing code without have access to actual hardware