You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chars should be an Object, because _.merge not accept Array.
...
functioncommitDevs(devs){_.forEach(devs,function(dev){varmanuName,chars=[];// not [] but {}manuName=dev.findChar('0x180a','0x2a29').val.manufacturerName;nc.commitDevIncoming(dev.addr,dev);_.forEach(dev.servs,function(serv){chars=_.merge(chars,serv.chars);});
...
The text was updated successfully, but these errors were encountered:
chars
should be an Object, because _.merge not accept Array.The text was updated successfully, but these errors were encountered: