mirror of
https://git.alemi.dev/pc-monitor.git
synced 2024-11-21 23:14:50 +01:00
fix: increase rate
This commit is contained in:
parent
ed96292606
commit
e0aeb920d0
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue