aboutsummaryrefslogtreecommitdiffstats
path: root/config.py.dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.py.dist')
-rw-r--r--config.py.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.py.dist b/config.py.dist
new file mode 100644
index 0000000..8edb5d8
--- /dev/null
+++ b/config.py.dist
@@ -0,0 +1,4 @@
+SERIALPORT = "/dev/ttyUSB0"
+BAUDRATE = 9600
+LINES_TO_KEEP = 200
+LAST_LINE_TO_KEEP = 1000