Tristan
Tristan
edit: please note, this is for the encoder but I'm guessing there is some overlap in functioning. If not I'll make another issue. I also noticed a similar problem with...
Reply to self: ``` digest_algorithm['parameters'] = univ.Null('') ``` solves my problem
In my case the GND/SWIM pins were reversed vs what was on the device, resulting in error 0x16 when effectively using it with DATA (aka SWIM) attatched to GND. Reversing...
Nice to see it being used! Anyway: The reason is that the values are calculated instead of lookup tables, but it's not too difficult to change it to something parsable....
I also noticed the values are rounded off to one digit so I'll fix that as well. Also the actual value is (binary * multipler) + offset but for your...
> @consp [Consp/BMSBattery_S_controllers_firmware:Master](https://github.com/consp/BMSBattery_S_controllers_firmware/tree/master) (based on MartGB's changes) Not meant for merging since it's pretty much only meant for my bike. Could cherry-pick some parts of it if there is an...
> I made a pullrequest to your fork for it but understand that is not really the way to merge the overal project. Ah , hadn't noticed it, for some...
> Much easier, you don't care about receiving credit / maintaining commit history? final changes are "credit" and commit history ... mwa, mostly my mistakes so they can be erased....
Looks more like macOS selecting the same core (4/5) despite core preference being set (like the message says). Just a guess though.
This can be fixed by disabeling parallel support in gyp, either by command line arguments in configure.py or by editing build/gyp/pylib/gyp/**init**.py line 392 into options.parallel = False