From 225d295675ecd6b84c89a71e27af3ea840515e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 7 Feb 2016 12:31:50 +0100 Subject: [PATCH] readm --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e4b8b5..5b7d0dd 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ You can compile it with `make` and flash with `make flash`. ### "It doesn't work" -**Before you can flash,** check that the `avrdude` options in the file are correct for your system -- especially the device (`/dev/ttyUSB0`). It can differ if you're on Mac or Windows (`/dev/cu.xxx`, resp. `COMx`). +**Before you can flash,** check that the `avrdude` options in the file are correct for your system - especially +the device (`/dev/ttyUSB0`). It can differ if you're on Mac or Windows (`/dev/cu.xxx`, resp. `COMx`). You may also adjust the baudrate (`-b 57600`). Some boards need 115200 or a different value.