o-gs / dji-firmware-tools

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

Mavic 2 Zoom (WM240) Gimbal Calibration #346

Closed UVTRyan closed 1 year ago

UVTRyan commented 1 year ago

When trying to run the following command: python3 comm_og_service_tool.py WM240 --port com16 GimbalCalib I get the error: Error: 'NoneType' object has no attribute 'upper'

I'm running Windows 10 and I have verified I am using the correct port. Any assistance would be appreciated.

mefistotelis commented 1 year ago

Fixed by: comm_og_service_tool: Required args are required

UVTRyan commented 1 year ago

@mefistotelis, perfect, I am getting a verbose error now that allows me to move forward. Thank you for the assistance!