From ce46c56d56d9fb87fca281edb64c11ccecb67a53 Mon Sep 17 00:00:00 2001 From: Fisch Date: Tue, 8 Oct 2024 11:25:39 +0200 Subject: [PATCH] fix baudrate typo --- brotherax240_cntrl/platformio.ini | 4 ++-- tools/test_keyboard.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/brotherax240_cntrl/platformio.ini b/brotherax240_cntrl/platformio.ini index a07b979..06ef756 100644 --- a/brotherax240_cntrl/platformio.ini +++ b/brotherax240_cntrl/platformio.ini @@ -20,7 +20,7 @@ build_flags = upload_protocol = serial -monitor_speed = 9200 +monitor_speed = 9600 [env:BotherAX130] @@ -35,4 +35,4 @@ build_flags = upload_protocol = serial -monitor_speed = 9200 \ No newline at end of file +monitor_speed = 9600 \ No newline at end of file diff --git a/tools/test_keyboard.py b/tools/test_keyboard.py index 3f64d6e..91682ae 100644 --- a/tools/test_keyboard.py +++ b/tools/test_keyboard.py @@ -4,7 +4,7 @@ import serial chars=" qwertzuiopü+asdfghjklöä#yxcvbnm,.-QWERTZUIOPÜ*ASDFGHJKLÖÄ'YXCVBNM;:_1234567890ß!\"§$%&/()=?" def main(): - with serial.Serial('/dev/ttyUSB0', 9200, timeout=1) as ser: + with serial.Serial('/dev/ttyUSB0', 9600, timeout=1) as ser: print("ZWÖLF BOXKÄMPFER JAGEN VIKTOR QUER ÜBER DEN GROßEN SYLTER DEICH.")