mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 14:12:05 +00:00
Delete the incorrect comments.
This commit is contained in:
parent
0eca6305b4
commit
d0849f72ae
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user