aboutsummaryrefslogtreecommitdiffstats
path: root/config.py.dist
diff options
context:
space:
mode:
authorMaximilien Cuony <maximilien@theglu.org>2016-09-12 17:53:28 +0200
committerMaximilien Cuony <maximilien@theglu.org>2016-09-12 17:53:28 +0200
commit2e679e549baca6d3573dacaa925672189b5e034a (patch)
tree44a6534448f58e5ed6054683ff2d892af4ff2b3f /config.py.dist
parent259bef01537a56ee6d484d0b6958a350af3045eb (diff)
downloadglutte-serial-web-2e679e549baca6d3573dacaa925672189b5e034a.tar.gz
glutte-serial-web-2e679e549baca6d3573dacaa925672189b5e034a.tar.bz2
glutte-serial-web-2e679e549baca6d3573dacaa925672189b5e034a.zip
Add a configuration file
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