修复wifi配置含中文

This commit is contained in:
wyf
2025-10-14 10:21:37 +08:00
parent 02fe46b674
commit d7f1b78404
11 changed files with 108 additions and 52 deletions

View File

@@ -220,6 +220,7 @@ class _HomePageState extends State<MainPageBBottomChange>
type: 1,
)));
await Future.delayed(Duration(seconds: 1));
//5 广播
edm.EasyDartModule.websocket.sendData(jsonEncode(
WebSocketMessage(path: "/smartbed/connect", type: 5, data: {
'mac': webviewTestController.selectDevice['mac'],