betaflight / betaflight-tx-lua-scripts

Collection of scripts to configure Betaflight from your TX (currently only supported in OpenTx)
GNU General Public License v3.0
590 stars 142 forks source link

Check for min attribute #460

Closed klutvott123 closed 1 year ago

klutvott123 commented 1 year ago

There's no guarantee that the min attribute exists for all field. vtx protocol doesn't have it. Added a check for this before comparing to avoid comparing to nil and crashing.