diff --git a/qbluetoothleuart.h b/qbluetoothleuart.h index 8d2f344..fff1171 100644 --- a/qbluetoothleuart.h +++ b/qbluetoothleuart.h @@ -88,7 +88,7 @@ * * onFoundNewDevice: { * console.log("Found a device: name: " + device.name + " address: " + device.address) - * if(device.name === "ESP32 Chat Test") { + * if(device.name === "My device name") { * ble.stopScanningForDevices() * ble.connectToDevice(device) * }