diff --git a/examples/ESP32/Example02_bluetoothWidgetTests/Example02_bluetoothWidgetTests.ino b/examples/ESP32/Example02_bluetoothWidgetTests/Example02_bluetoothWidgetTests.ino index 7f7f505..175fd58 100644 --- a/examples/ESP32/Example02_bluetoothWidgetTests/Example02_bluetoothWidgetTests.ino +++ b/examples/ESP32/Example02_bluetoothWidgetTests/Example02_bluetoothWidgetTests.ino @@ -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")); } /*