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.

12 lines
268 B

1 year ago
  1. var config = {
  2. ble:{
  3. connectTimeOut: 5000, //5s
  4. },
  5. uuid:{
  6. serviceUuid: '0000fff0-0000-1000-8000-00805f9b34fb',
  7. notifyUuid: '0000fff7-0000-1000-8000-00805f9b34fb',
  8. writeUuid: '0000fff6-0000-1000-8000-00805f9b34fb',
  9. }
  10. }
  11. module.exports = config;