1 Star 0 Fork 64

lxianchao/OpenT12

forked from createskyblue/OpenT12 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BLE.cpp 317 Bytes
一键复制 编辑 原始数据 按行查看 历史
createskyblue 提交于 2021-08-22 13:20 . 蓝牙菜单
#include "OpenT12.h"
char BLE_name[20] = "OPEN-T12";
uint8_t BLE_State = true;
void BLE_Init(void) {
if (!BLE_State) return;
SerialBT.begin(BLE_name);
}
void BLE_Restart(void){
SerialBT.end();
BLE_Init();
}
void BLE_Rename(void) {
TextEditor("蓝牙设备名", BLE_name);
BLE_Restart();
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lxianchao/OpenT12.git
[email protected]:lxianchao/OpenT12.git
lxianchao
OpenT12
OpenT12
master

搜索帮助