Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 567b1bb55d - Show all commits

View File

@ -134,7 +134,7 @@ class BLE {
log.info('stateChange', { state : state })
if (state === 'poweredOn') {
log.info('Starting advertising', { BLE_ID : BLE_ID })
bleno.startAdvertising(BLE_ID, [CHAR_ID, WIFI_ID])
bleno.startAdvertising(BLE_ID, [CHAR_ID])
} else {
bleno.stopAdvertising()
}