1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-22 07:45:19 +03:00
Commit graph

119 commits

Author SHA1 Message Date
Asizon
559017049f Rename constant 2020-10-22 00:18:00 +02:00
Asizon
d016039098 Update min value for antigravoty gain 2020-10-21 08:03:20 +02:00
Miguel Angel Mulero Martinez
fd35031e6f Replace API versions by constants 2020-10-15 08:58:18 +02:00
Hans Christian Olaussen
55c106be61 Add Thrust Linearization
Adds Thrust Linearization to the PID Tuning tab.
2020-10-11 21:34:21 +02:00
Asizon
711e4a6dd0 Added a const for No average value 2020-10-03 07:31:47 +02:00
Asizon
77c55fe647 Update ff interpolate to new default 2020-10-02 05:27:02 +02:00
Mark Haslinghuis
98ce27adce Fix missing semicolon; 2020-09-20 02:55:31 +02:00
Asizon
d2ef89b6a3 Remove VBat PID Compensation
Some api version check fixes

Remove blanck line

More api version fixes

Remove extra parentesix

Removing more parentexis

Rebase fixing
2020-07-07 15:45:11 +02:00
Miguel Angel Mulero Martinez
24010a2e2a Move FC global vars inside FC object 2020-07-06 09:23:58 +02:00
Michael Keller
05b7e73fa1
Merge pull request #1955 from fgiudice98/rpm-filters-defaults 2020-07-06 18:09:32 +12:00
fgiudice98
69cd83abdd Moved dialog to main page
And fixed some strings in messages.json
2020-07-05 20:20:06 +02:00
Michael Keller
2b8b0a2417
Merge pull request #2103 from Asizon/add_vbatSagCompensation_to_ui
Added Vbat Sag Compensation to UI
2020-07-05 15:40:38 +12:00
fgiudice98
69603ee46b Defaults when switching rpm filtering
Added warning popup
2020-07-05 13:42:08 +12:00
WalcoFPV
4f93e54ae6 Cordova framework integration, Android support, mobile UI & options tab
Cordova integration and android platform :
- Added cordova directory with required config
- Added cordova applications generation in gulpfile
- Added cordova development instructions
- Used cordova plugins to simulate missing chrome api  plugins (chrome.serial and chrome.fileSystem)
- Added cordova clipboard support
- Added android operating system and Cordova gui mode
- Fixed some css and js files to make them working on Android as well as on computers
- Added --skipdep argument to accelerate cordova build (gulp task)
- Added a webview helper to help people to update the webview app of their device

New options tab :
- Added options tab replacing the options dropdown
- Added option to switch between phones UI and computers UI

Mobile interface and global interface improvements :
- Simplified the structure of the header with flex css
- Made headerbar and tab container responsive (compact headerbar and side menu)
- All tabs are adapted to mobile interface (except firmware flasher)
- The servos and adjustments tabs are not fully adapted but are "usable"
- Improved header bar animation
- Improved log expandation animation
- Added swipe gesture to toggle side menu

Fixes during the development :
- Logo position
- Dark mode
- Auto connection
- Error messages (cordova_chromeapi.js)
- Responsive grid
- Testing
- Disconnection
- Width of boxes inside the OSD tab
- Fixed cli tab
- OSD tab
- Motor stop switch
- White spaces in boxes
- Dialogs size
- Connect button state
- Prevent tablet with a height larger than 575px to switch to computers ui
- Fixed logging tab
- Fixed code smell
- Fixed yarn cordova plugin install issue
- Fixed content_wrapper
- Fixed vibrations when scrolling
- Fixed scrolling bar alignment
- Fixed dialogReportProblem height
- Fixed rates logo
- Fixed auto connection default value (true)
- Fixed D to D max
- Fixed dialogs

Added required messages in locales/en/messages.json file

Requested changes
2020-07-03 16:19:33 +02:00
Asizon
18e84746e5 Add Vbat Sag Compensation to UI
Remove empty white line

Improve ff and vbatSag functions change events

Tooltip reviewing
2020-07-03 11:46:48 +02:00
Asizon
f5410499dd Add FF Interpolation Options
Sonar issues

Move to Msp 1.44 and some fixes

sonar

sonar2

new sonar issues

Suggested changes

Default to AVG_2

Fix Indexation

remove HEAD word

fix API const and sonnar
2020-06-21 08:23:38 +02:00
Asizon
41c8286788 Toggle for API version 2020-06-17 21:52:59 +02:00
Asizon
dcdc15c5e3 Added Dynamic Lpf Dterm Curve Expo to UI 2020-06-17 21:22:18 +02:00
Asizon
2bf7fae672 Fix typo on superexporates 2020-06-04 13:50:37 +02:00
mikeller
16b0cfc051 Fixed the antigravity feature switch. 2020-06-01 21:05:29 +12:00
Asizon
cab4d89deb Revise some new API_VERSION constants 2020-05-09 18:22:46 +02:00
Asizon
d32fe20ddc Fix antigravity gain value
sonar issue,remove unneded math,const renamed

Moved const inside if

Moved const inside else
2020-05-08 11:56:12 +02:00
mikeller
eb6e269467 Added warning when connecting to firmware newer than configurator. 2020-04-12 17:37:09 +12:00
Asizon
9f65a1088c Derivate to DMax using Dmin 2020-04-08 10:54:23 +02:00
Michael Keller
a74701aafe
Merge pull request #1949 from Asizon/fixDValues
Fix D values when Dmin disabled and autoadjust, coordination with new Dmin values
2020-04-07 22:29:17 +12:00
Asizon
19d4db4346 Coordinated with new Dmin values
Move Default_pids down
2020-04-06 16:55:46 +02:00
mikeller
7ce6d3f098 Added VBat PID compensation to analytics. 2020-03-27 00:08:55 +13:00
fgiudice98
84002abcc9 Fix rates type...
...when changing from BF 4.2 to BF<=4.1.x without rebooting the configurator
2020-03-21 11:59:02 +01:00
mikeller
c8ee46f45c Added warning when flashing unstable firmware. 2020-03-19 13:56:44 +13:00
Asizon
46e3f51d2b More Clear 2020-03-17 10:03:28 +01:00
Asizon
c2d8d7225e AG Gain default value to 3.5
add msp rule

Improving function
2020-03-17 09:45:24 +01:00
fgiudice98
b956ce2162 Remove "Return to saved values" button 2020-03-15 14:18:35 +01:00
fgiudice98
99cecfdba8 Update KISS logo
Thanks Paul!

Don't try to open modal if already open

Don't assign button if modal already open

Changed rates type change warning

Max rate independent from deadband

New actual rates logo

 Thanks to @Asizon and @igormedrano
2020-03-14 00:30:21 +01:00
fgiudice98
054b1ee73a Fixed variable declaration 2020-03-10 15:25:18 +01:00
fgiudice98
70a8364e5c Add rates type
Add rates type selection with working graphs and max angular speed

Fix deadband

MSP changes and fix actual rates limit

Small style changes and fixes

Fixes

Fixed the code pointed out in the review
Various sonar fixes
Updated the values of actual rates setting
Reduced logo size
Added analytics to rates type

Minor fix + rounding by step value

Now the calculation of the angle rate takes into account the values rounded by the step value (especially visible with values that are in deg/s)

Various fixes

Angle rate calculation in different functions
Fix for value step validation
Sonar fixes (mostly variables)

Force refresh to prevent errors ...

... when changing rates type after saving to eeprom

Logos refinement + minor changes

Touch to trigger travis

Fix Raceflight rate
2020-03-10 12:51:00 +01:00
Asizon
b7f9f2d8c0 Moved to Pid Tuning tab 2020-03-05 17:33:38 +01:00
Asizon
7e9cebfbf3 Adding Motor Output Limit and cellcount
Fix cell count min

Move tootltip`icons

Cosmetic changes
2020-03-03 01:34:08 +13:00
Michael Keller
f4f6da02c6
Merge pull request #1891 from Asizon/maxRateWarning
High rates warning message to prevent desyncs
2020-02-28 10:06:17 +13:00
Asizon
6d27965272 sonar fix 2020-02-26 09:22:36 +01:00
Asizon
036ef86a90 Warning message for high rates
sonar

Move to variable

sonar issues
2020-02-22 11:13:16 +01:00
Asizon
6ba32b94fc ItermCutoff and tooltip 2020-02-16 12:46:09 +01:00
Michael Keller
a27ffbd453
Merge pull request #1875 from McGiverGim/fix_throttle_preview
Fix throttle preview refresh
2020-02-08 13:23:24 +13:00
Asizon
5486b7e78e Remove whitespaces 2020-02-06 09:58:44 +01:00
Miguel Angel Mulero Martinez
10916a5cfc Fix throttle preview refresh 2020-02-06 09:44:14 +01:00
Asizon
e3041286a3 Add Dynamic Notch Max Hz
Remove white spaces

Remove white space2

Revert and add suggested changes

Some cosmetic changes

MinHz Changes

Fix MinHz Max
2020-02-06 09:27:44 +01:00
Andrew Young
4c3ac659b5 The PID slider heatmap now works with the dark theme 2019-12-24 01:53:31 +00:00
Andrew Young
10fb05efc8 Added change heatmap to PIDs for the sliders 2019-12-23 00:28:47 +00:00
Miguel Angel Mulero Martinez
09e2f6d231 Remove tabs and some trailing spaces 2019-11-03 13:46:19 +01:00
Károly Kiripolszky
d4059b37e1 Put the original and the modulated values on the throttle curve 2019-10-21 12:15:21 +02:00
Károly Kiripolszky
b5f65495a8 draw throttle position in tuning tab 2019-10-20 10:01:25 +02:00