fix baudrate typo
This commit is contained in:
parent
ef3917eaee
commit
ce46c56d56
|
@ -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
|
|
@ -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.")
|
||||
|
|
Loading…
Reference in New Issue