support loading device from json#480
Conversation
7d49274 to
54ff532
Compare
50d6315 to
193e1a4
Compare
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
Hmm... The same story with GW2A-18 and GW2A-18C. You can easily see this if you try to compile |
|
it looks like it was meant to be supported by the parsing of the part number out of the device isn't complete enough i think that you dcan just use the partdb field insteaed i tried it and it workd |
|
This will naturally work because it is effectively the name of the chip base 😄 |
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
setup.py
Outdated
| 'msgspec', | ||
| 'numpy', | ||
| 'fastcrc', | ||
| 'pillow', |
There was a problem hiding this comment.
Usually, the set of Python libraries used remains unchanged. This is because Apicula is often included as part of a large package, and the feasibility of including/replacing third-party packages must be proven with blood, sweat, and tears.
You can use anything locally (after all, it's just a Python file), but you need to have very good reasons for changing the distribution set.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com