python-can-define-radio / pcdr

pcdr module: https://pypi.org/project/pcdr/
GNU General Public License v3.0
3 stars 2 forks source link

Redunancy in HackRFArgsRX/HackRFArgsTX, could be consolidated #43

Closed acrylicmarlin1 closed 4 months ago

acrylicmarlin1 commented 4 months ago

Could consolidate redundancy using inheritance. Make a base class for all the fields and validators that are identical, and inherit for the differences

james-pcdr commented 4 months ago

Fixed by #47