From a2e8db4a2a6f663ed13813971a6fa52b9ab6b822 Mon Sep 17 00:00:00 2001 From: Tibo Ulens Date: Tue, 8 Feb 2022 21:35:55 +0100 Subject: [PATCH] mention reboot in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01042a9..b68d181 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ you're using other hardware, you might need to do some things differently. 7. In the Arduino IDE, select the correct board (Arduino Nano) and processor (ATmega328P (Old Bootloader)). After that, flash your code to the Arduino and test it out. 8. On some Linux distributions, you'll need to [disable BRLTTY](https://unix.stackexchange.com/questions/670636/unable-to-use-usb-dongle-based-on-usb-serial-converter-chip) (Braille keyboard, shipped with QEMU, that takes over the serial adapter) +It might also be necessary to restart your PC after this step. TODO insert picture here