fix: increase rate

This commit is contained in:
əlemi 2022-08-13 04:45:18 +02:00
parent ed96292606
commit e0aeb920d0
No known key found for this signature in database
GPG key ID: BBCBFE5D7244634E

View file

@ -2,7 +2,7 @@
target = "avr-atmega328p.json" target = "avr-atmega328p.json"
[target.'cfg(target_arch = "avr")'] [target.'cfg(target_arch = "avr")']
runner = "ravedude nano --open-console --baudrate 57600 -P /dev/ttyUSB0" runner = "ravedude nano --open-console --baudrate 11520 -P /dev/ttyUSB0"
[unstable] [unstable]
build-std = ["core"] build-std = ["core"]