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.
 

13 lines
268 B

var config = {
ble:{
connectTimeOut: 5000, //5s
},
uuid:{
serviceUuid: '0000fff0-0000-1000-8000-00805f9b34fb',
notifyUuid: '0000fff7-0000-1000-8000-00805f9b34fb',
writeUuid: '0000fff6-0000-1000-8000-00805f9b34fb',
}
}
module.exports = config;