feat:增加蓝牙配网设备编号

This commit is contained in:
yangzhijia
2026-08-12 17:19:07 +08:00
parent 08a055b611
commit 36f5a285f4
3 changed files with 42 additions and 11 deletions

View File

@@ -113,6 +113,9 @@ private:
String _blePendingJson; // 待处理的 BLE 配网 JSON
bool _blePendingFlag; // 有未处理的 BLE 数据
void _processBLEPending(); // 在 loop() 上下文处理
// AP SSID (前缀+MAC后4位, BLE 命名复用)
String _apSsid;
};
#endif // WIFI_MANAGER_H