From c865c03d067ab223eed471571134fa6aa8e4c6c1 Mon Sep 17 00:00:00 2001 From: Nick Reynolds Date: Fri, 2 Aug 2024 17:40:01 +0100 Subject: [PATCH] Small logging change --- .../Example02_bluetoothWidgetTests.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); } /*