Skip to content

Commit 562f4a4

Browse files
authored
Update neopixel.ino
1 parent 16ffa96 commit 562f4a4

File tree

1 file changed

+2
-2
lines changed
  • libraries/Bluefruit52Lib/examples/Peripheral/neopixel

1 file changed

+2
-2
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/neopixel/neopixel.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void setup()
5050
Serial.println("--------------------------------");
5151

5252
Serial.println();
53-
Serial.println("Please connect using Bluefruit Connect LE application");
53+
Serial.println("Please connect using the Bluefruit Connect LE application");
5454

5555
// Config Neopixels
5656
pixels.begin();
@@ -91,7 +91,7 @@ void setupAdv(void)
9191

9292
void connect_callback(void)
9393
{
94-
Serial.println("Connected !! Please select 'Neopixles' tab, click 'Connect' and have fun");
94+
Serial.println("Connected !! Please select the 'Neopixels' tab, click 'Connect' and have fun");
9595
}
9696

9797
void loop()

0 commit comments

Comments
 (0)