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

Make sure to format hex as uppercase (found discrepancy while testing usb control) #463

Closed
wants to merge 1 commit into from

Conversation

kyrreaa
Copy link
Collaborator

@kyrreaa kyrreaa commented Jun 14, 2024

Found discrepancy while testing usb control
get_serial_no() in EmbodySendHelper relies on SerialNoAttribute.formatted_value() which returns lower case data while BLE access using EmbodySerialReporter.read_ble_serial_no() uses str(serial_no, "ascii") on bytearray which returns uppercase.

@kyrreaa kyrreaa requested a review from espenwest June 14, 2024 08:43
@kyrreaa kyrreaa self-assigned this Jun 14, 2024
@espenwest espenwest closed this Jun 15, 2024
@espenwest espenwest deleted the HBP-290_usb_control branch June 15, 2024 08:21
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.

2 participants