aboutsummaryrefslogtreecommitdiffstats
path: root/serialrx.py
diff options
context:
space:
mode:
Diffstat (limited to 'serialrx.py')
-rw-r--r--serialrx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/serialrx.py b/serialrx.py
index f4510da..66de50b 100644
--- a/serialrx.py
+++ b/serialrx.py
@@ -29,7 +29,7 @@ import collections
SERIALPORT="/dev/ttyACM0"
BAUDRATE=9600
-LINES_TO_KEEP=2000
+LINES_TO_KEEP=200
class SerialRX(threading.Thread):
def __init__(self):