Skip to content
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

Enhance BTDeviceStruct to Include Firmware and Bootloader Details #805

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

junaydirfan
Copy link

This PR addresses issue #792 by enhancing the BTDeviceStruct class to include additional fields for firmware version and bootloader version. The following changes have been made:

  • Added bootloaderVersion and firmwareVersion fields to the BTDeviceStruct class.
  • Updated the constructor to initialize these new fields.
  • Modified the fromJson and toJson methods to handle serialization and deserialization of the new fields.

These enhancements allow for better tracking and management of firmware-related details directly within the BTDeviceStruct object, improving the overall functionality and usability of the Bluetooth device representation.
Please review the changes and let me know if any further modifications are needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant