diff --git a/examples/Bluetooth/PS3SPP/PS3SPP.ino b/examples/Bluetooth/PS3SPP/PS3SPP.ino index f82cdb4f..1ba2cd0a 100644 --- a/examples/Bluetooth/PS3SPP/PS3SPP.ino +++ b/examples/Bluetooth/PS3SPP/PS3SPP.ino @@ -26,7 +26,7 @@ void setup() { Serial.print(F("\r\nOSC did not start")); while(1); //halt } - Serial.print(F("\r\nPS3 Bluetooth Library Started")); + Serial.print(F("\r\nBluetooth Library Started")); } void loop() { Usb.Task(); diff --git a/examples/Bluetooth/SPP/SPP.ino b/examples/Bluetooth/SPP/SPP.ino index 3de9f4ff..e3d13ec0 100644 --- a/examples/Bluetooth/SPP/SPP.ino +++ b/examples/Bluetooth/SPP/SPP.ino @@ -19,7 +19,7 @@ void setup() { Serial.print(F("\r\nOSC did not start")); while(1); //halt } - Serial.print(F("\r\nRFCOMM Bluetooth Library Started")); + Serial.print(F("\r\nSPP Bluetooth Library Started")); } void loop() { Usb.Task();