You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by HotNoob September 23, 2024
just need somewhere to put this down.
for protocols with weird multibit / bit combination flags: ie, protocols/growatt/growatt_bms_canbus_v1.04.registry_map.csv
can maybe implement a multibit flag solution such as.
"b1&b3" : "status"
"b1&b4&b7" : "different status"
alternatively, it could probably be hacked in by splitting the bits into uints... but it might not be the cleanest solution as the flags' would get their own variables.
The text was updated successfully, but these errors were encountered:
Discussed in #53
Originally posted by HotNoob September 23, 2024
just need somewhere to put this down.
for protocols with weird multibit / bit combination flags: ie, protocols/growatt/growatt_bms_canbus_v1.04.registry_map.csv
can maybe implement a multibit flag solution such as.
"b1&b3" : "status"
"b1&b4&b7" : "different status"
alternatively, it could probably be hacked in by splitting the bits into uints... but it might not be the cleanest solution as the flags' would get their own variables.
The text was updated successfully, but these errors were encountered: