Create wifi characteristic to be added to ble services

This commit is contained in:
mmcwilliams 2017-08-21 23:41:27 -04:00
parent af40a9f015
commit e7347af656
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function createChar(name, uuid, prop, write, read) {
}
function createChars () {
createChar('wifi')
createChar('wifi', WIFI_ID, ['read', 'write'], onWifiWrite, onWifiRead)
}
function onWifiWrite (data, offset, withoutResponse, callback) {