fix baudrate typo

This commit is contained in:
interfisch 2024-10-08 11:25:39 +02:00
parent ef3917eaee
commit ce46c56d56
2 changed files with 3 additions and 3 deletions

View File

@ -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
monitor_speed = 9600

View File

@ -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.")