Skip to content

Commit

Permalink
Small logging change
Browse files Browse the repository at this point in the history
  • Loading branch information
ncmreynolds committed Aug 2, 2024
1 parent 4190615 commit c865c03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void loop() {
textInputExample(); //Demo methods for creating and retrieving input from text input fields, see the tab 'textInputDemo' for code
}
delay(1000);
Serial.println(F("Waiting for Bluetooth connection"));
Serial.println(F("Waiting for Bluetooth client"));
}

/*
Expand Down

0 comments on commit c865c03

Please sign in to comment.