diff --git a/src/nimble/NimbleBluetooth.cpp b/src/nimble/NimbleBluetooth.cpp index 25369cf0c..1c36eaed7 100644 --- a/src/nimble/NimbleBluetooth.cpp +++ b/src/nimble/NimbleBluetooth.cpp @@ -279,7 +279,7 @@ void NimbleBluetooth::startAdvertising() pAdvertising->reset(); pAdvertising->addServiceUUID(MESH_SERVICE_UUID); pAdvertising->addServiceUUID(NimBLEUUID((uint16_t)0x180f)); // 0x180F is the Battery Service - pAdvertising->addServiceUUID(GPWPL_SERVICE_UUID);//ljk + pAdvertising->addServiceUUID(GPWPL_SERVICE_UUID); pAdvertising->start(0); } diff --git a/src/nimble/NimbleBluetooth.h b/src/nimble/NimbleBluetooth.h index 772a9814c..0ece07306 100644 --- a/src/nimble/NimbleBluetooth.h +++ b/src/nimble/NimbleBluetooth.h @@ -1,11 +1,3 @@ -/* - * @Author: ljk lcflyr@qq.com - * @Date: 2025-05-26 16:16:45 - * @LastEditors: ljk lcflyr@qq.com - * @LastEditTime: 2025-05-26 16:33:36 - * @FilePath: \meshtastic_firmware\src\nimble\NimbleBluetooth.h - * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE - */ #pragma once #include "BluetoothCommon.h"