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

Download board info only if necessary #500

Closed atomgomba closed 6 months ago

atomgomba commented 6 months ago

We can postpone the downloading of the board info on script startup, because it is only used for the "System / motor" menu. This PR adds a confirmation dialog which is opened when the user selects the "System / motor" menu and the board info is not yet available. After the info has been downloaded, the user can choose to re-download the board info again from the popup menu anytime.