1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Use MSPV2_SET_SETTING to set small_angle to 180 on FW presets

- Add a json file with the types of all settings, generated by
the settings generator on INAV.
- Implement MSPV2_SETTING and MSPV2_SET_SETTING, which gives us
access to any value exposed via settings.
- Use this to set small_angle to 180 in FW presets.
This commit is contained in:
Alberto García Hierro 2017-10-07 10:01:03 +01:00
parent 12cf9fe2e5
commit a44a290c8c
6 changed files with 1798 additions and 2 deletions

View file

@ -190,6 +190,7 @@ gulp.task('dist-build', ['build'], function() {
'./build/*',
'./src/css/font-awesome/fonts/*',
'./src/css/opensans_webfontkit/*.{eot,svg,ttf,woff,woff2}',
'./resources/*.json',
'./resources/models/*',
'./resources/osd/*.mcm',
'./resources/motor_order/*.svg',