BossHobby / QUICKSILVER

Flight Controller Firmware
MIT License
165 stars 39 forks source link

Add filltered voltage warnings #116

Closed ChuckBorris33 closed 1 month ago

ChuckBorris33 commented 1 month ago

Adds switch that allows using filtered voltage for warnings instead of fuel-gauge voltage.

Fixes #73

Related configurator pull request: https://github.com/BossHobby/Configurator/pull/16

bkleiner commented 1 month ago

many thanks! for backwards compatibility could you please bump the version here and add an appropriate check to the config. there is an helper attached to the profile store for checking the semver.

ChuckBorris33 commented 1 month ago

I am not sure if this is what you ment

bkleiner commented 1 month ago

i meant to add a v-if show the checkbox only for versions that have the capability. i went ahead add the change for you.

many thanks for your contribution!