Compare commits

..

2 Commits

Author SHA1 Message Date
d6bbef06ba Merge branch 'main' of https://gitea.gdsfs.top/lqs/dd 2025-04-20 11:19:16 +08:00
d2b89be870 GB18030 2025-04-20 11:19:13 +08:00
3 changed files with 15 additions and 2 deletions

7
.mini-ide/launch.json Normal file
View File

@ -0,0 +1,7 @@
{
// 使 IntelliSense
//
// 访: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": []
}

View File

@ -60,4 +60,10 @@
</view> </view>
</picker> </picker>
</view> </view>
</view> </view>
<view class="page-section">
<view class="page-section-demo">
<text>编码:GB18030 HEX</text>
</view>
</view>

View File

@ -643,7 +643,7 @@ Component({
// 调用 dd.startBluetoothDevicesDiscovery 方法开始搜索蓝牙设备 // 调用 dd.startBluetoothDevicesDiscovery 方法开始搜索蓝牙设备
dd.startBluetoothDevicesDiscovery({ dd.startBluetoothDevicesDiscovery({
// 搜索指定服务 UUID 的蓝牙设备 // 搜索指定服务 UUID 的蓝牙设备
// services: ['fff0'], // services: [],
success: (res) => { success: (res) => {
console.log(res); console.log(res);
// dd.showToast({ // dd.showToast({