-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding EID support #3
base: master
Are you sure you want to change the base?
Conversation
version: data.readUInt8(1), | ||
battery: data.readUInt16BE(2), | ||
temperature: data.readInt16BE(4) / 256, | ||
pdu: data.readUInt32BE(6), | ||
time: data.readUInt32BE(10) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like this is going to break the external API. Is that really necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, its not necessary
"bluetooth-hci-socket": "^0.5.1", | ||
"debug": "^3.1.0", | ||
"eddystone-url-encoding": "^1.0.1", | ||
"noble": "^1.9.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This library should be using @abandonware/noble
and @abandonware/bluetooth-hci-socket
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was built with the previous repo
please rebase and resolve conflicts |
No description provided.