node-wifi
node-wifi copied to clipboard
networkUtils.qualityFromDB is not a function
Can you help to export qualityFromDB in network-utils.js ? Just the same question as https://github.com/friedrith/node-wifi/issues/57. thanks~~
+1 this appears to be regression. see: https://github.com/friedrith/node-wifi/pull/59
Please restore this export.
2.0.4 has the export, 2.0.5 does not.
Hi,
I just started to use the lib and I have the same issue: it seems that in network-utils.js you forgot an exports.qualityFromDB = qualityFromDB; and if I add it everything works.
@friedrith please merge the PR...