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
There is a problem when setting Major and Minor number in test-ibeacon.js. The number read will be messed up because at Line 64 and Line 65 in bleno.js writeUInt16LE was used instead of writeUInt16BE.
Using writeUInt16BE corrected the issue.
My env is OS X 10.9 on 2011 Macbook Air.
Thank you very much for sharing this wonderful BLE sample code with us.
By the way, the naming of noble and bleno are very ingenious!!!
The text was updated successfully, but these errors were encountered:
There is a problem when setting Major and Minor number in test-ibeacon.js. The number read will be messed up because at Line 64 and Line 65 in bleno.js writeUInt16LE was used instead of writeUInt16BE.
Using writeUInt16BE corrected the issue.
My env is OS X 10.9 on 2011 Macbook Air.
Thank you very much for sharing this wonderful BLE sample code with us.
By the way, the naming of noble and bleno are very ingenious!!!
The text was updated successfully, but these errors were encountered: