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
Is your feature request related to a problem? Please describe.
Right now all the hardware is in a ordered dictionary that is part of hardware.py. This makes it difficult to add new devices and it doesn't scale particularly well.
Describe the solution you'd like
Ideally each hardware platform should be in its own directory with its own json. It would be structured platform/subplatform/devices.json
Additional context
This requires 2 additional imports. (json and os.listdir)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now all the hardware is in a ordered dictionary that is part of hardware.py. This makes it difficult to add new devices and it doesn't scale particularly well.
Describe the solution you'd like
Ideally each hardware platform should be in its own directory with its own json. It would be structured platform/subplatform/devices.json
Additional context
This requires 2 additional imports. (json and os.listdir)
The text was updated successfully, but these errors were encountered: