Skip to content

DEV-975 Add support for Bluetooth module version VELA_IF820_V01_04_18_18 - #291

Merged
MAzalya merged 2 commits into
masterfrom
DEV-975_new_S3R_BT_FW_support
Sep 3, 2026
Merged

MAzalya merged 2 commits into
masterfrom
DEV-975_new_S3R_BT_FW_support

Conversation

@marknolan

Copy link
Copy Markdown
Member

This pull request adds support for a new Bluetooth module firmware version in the BluetoothModuleVersionDetails class. The main changes are:

Support for new VELA IF820 firmware version:

  • Added the VELA_IF820_V01_04_18_18 enum value to BT_MODULE_VERSION to represent the new firmware version.
  • Updated the isBtModuleVersionVelaIf820() method to recognize the new VELA_IF820_V01_04_18_18 version as a valid VELA IF820 module.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is small and low-risk (enum + recognition), with only a minor formatting issue noted.

Pull request overview

Adds recognition for a new VELA IF820 Bluetooth module firmware version within the driver’s Bluetooth module version parsing/identification logic.

Changes:

  • Added VELA_IF820_V01_04_18_18 to BT_MODULE_VERSION.
  • Updated isBtModuleVersionVelaIf820() to treat the new enum value as a VELA IF820 module.
File summaries
File Description
ShimmerDriver/src/main/java/com/shimmerresearch/driver/shimmer2r3/BluetoothModuleVersionDetails.java Extends the known IF820 firmware versions and updates the IF820 detection helper accordingly.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@marknolan
marknolan requested a review from MAzalya September 3, 2026 07:30
Copilot AI review requested due to automatic review settings September 3, 2026 07:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is small, consistent with existing parsing logic, and correctly updates both the enum and the IF820 classification helper.

Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0 new
  • Review effort level: Lite

@MAzalya MAzalya left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok looks good

@MAzalya
MAzalya merged commit 6d27fb2 into master Sep 3, 2026
2 checks passed
@MAzalya
MAzalya deleted the DEV-975_new_S3R_BT_FW_support branch September 3, 2026 07:34
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.

3 participants