mirror of
https://github.com/jdeath/rd200v2.git
synced 2026-01-10 13:37:58 -05:00
Add full support for V1 #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stleusc on 9/18/2023
Wondering if you are willing to add support for V1?
I do have the spec that is needed to support the same data for V1 and V2.
When writing 0x50 the data is:
You already have those 3 values.
When writing 0x51 the data is:
I believe it should be very easy with that info. I never use python for my coding or else I would offer to do it.