We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3553428 commit 2a7ff26Copy full SHA for 2a7ff26
libraries/Bluefruit52Lib/examples/Central/central_bleuart_multiple/central_bleuart_multiple.ino
@@ -88,8 +88,8 @@ void setup()
88
blinkTimer.begin(100, blink_timer_callback);
89
blinkTimer.start();
90
91
- Serial.println("Bluefruit52 Central Multiple BLEUART Example");
92
- Serial.println("--------------------------------------------\n");
+ Serial.println("Bluefruit52 Central Multi BLEUART Example");
+ Serial.println("-----------------------------------------\n");
93
94
// Enable both peripheral and central
95
Bluefruit.begin(true, true);
0 commit comments