o-gs / dji-firmware-tools

Tools for handling firmwares of DJI products, with focus on quadcopters.
GNU General Public License v3.0
1.43k stars 402 forks source link

comm_og_service_tool.py Required Arguments #349

Open UVTRyan opened 1 year ago

UVTRyan commented 1 year ago

When running "python3 comm_og_service_tool.py WM240 --port com16 GimbalCalib", I get a verbose error saying a sub-command is required, but when running CameraCalib or FlycParam, we get the same error seen in issue #346.

Possible fix: Add "required=True," to the end of lines 1641 and 1693.

Hopefully, this is the right channel to suggest this change, I just want to contribute in the small way that I can.