This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
walson
/
MiniprogramBle
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
小程序蓝牙通信例子
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7
Commits
1
Branch
83 KiB
Tree:
bd9fbc5c8c
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'bd9fbc5c8c'
${ noResults }
MiniprogramBle
/
utils
/
global.js
6 lines
100 B
Raw
Normal View
History
小程序蓝牙通信例子
3 years ago
//公共配置项
const
globalData
=
{
appId
:
""
,
baseUrlImg
:
""
,
}
;
export
{
globalData
}
;