GB18030
This commit is contained in:
parent
dd72d79bb1
commit
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>
|
</picker>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="page-section">
|
||||||
|
<view class="page-section-demo">
|
||||||
|
<text>编码:GB18030 HEX</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
|||||||
@ -428,7 +428,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({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user