doc: Fix formatting for example in README

This commit is contained in:
T-vK
2020-02-27 20:57:43 +01:00
parent e43fdd669c
commit 7e17d031a1

View File

@@ -43,7 +43,7 @@ void setup() {
}
void loop() {
if(bleKeyboard.isConnected()) {
if(bleKeyboard.isConnected()) {
Serial.println("Sending 'Hello world'...");
bleKeyboard.print("Hello world");