STM32_KQZLJC/minicode-1/app.js

14 lines
227 B
JavaScript

App({
globalData: {
connectedDevice: null,
bluetoothServiceId: '',
bluetoothNotifyCharId: '',
bluetoothWriteCharId: '',
logs: []
},
onLaunch: function () {
console.log('小程序启动')
}
})