Compare commits
2 Commits
0a2e1cc47b
...
d6bbef06ba
| Author | SHA1 | Date | |
|---|---|---|---|
| d6bbef06ba | |||
| d2b89be870 |
7
.mini-ide/launch.json
Normal file
7
.mini-ide/launch.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
// 使用 IntelliSense 了解相关属性。
|
||||
// 悬停以查看现有属性的描述。
|
||||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": []
|
||||
}
|
||||
@ -61,3 +61,9 @@
|
||||
</picker>
|
||||
</view>
|
||||
</view>
|
||||
<view class="page-section">
|
||||
<view class="page-section-demo">
|
||||
<text>编码:GB18030 HEX</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
@ -643,7 +643,7 @@ Component({
|
||||
// 调用 dd.startBluetoothDevicesDiscovery 方法开始搜索蓝牙设备
|
||||
dd.startBluetoothDevicesDiscovery({
|
||||
// 搜索指定服务 UUID 的蓝牙设备
|
||||
// services: ['fff0'],
|
||||
// services: [],
|
||||
success: (res) => {
|
||||
console.log(res);
|
||||
// dd.showToast({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user