o-gs / dji-firmware-tools

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

Update dji-dumlv1-flyc.lua #235

Closed czokie closed 2 years ago

czokie commented 2 years ago

flyc_config_command_table_get_or_exec_dissector was passing a signed into to a format that was expecting unsigned. Fixed.

mefistotelis commented 2 years ago

Thank you!