-
Notifications
You must be signed in to change notification settings - Fork 463
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
Improve bt_device object to include more details about the device #792
Comments
There are two different objects basically holding the same information to an extent. And both of them are dependent on each other (
The DeviceInfo object has methods to read characteristics to get data like the firmware version, hardware name etc., But it depends on BtDeviceStruct to differentiate between device type using the Both of them can be combined together to have a unified object for device details.
The |
That makes sense |
Closing it as it has been clubbed with #828 |
Including bt_device object to have firmware version, and firmware details as part of the object, instead of separate preferences, ideally includes bootloader, fwver, etc.
The text was updated successfully, but these errors were encountered: