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.