Hydra
2683824b64
Verify target has all addresses found in the hex file instead of
...
verifying the size.
As noted in PR #2512 simply verifying the size of the hex file is not
extensible and is not how hex files are designed to be used.
A hex file can contains many non-contiguous blocks of data.
This also supports targets with any partition layout.
Additionally, this provides a more flexible way of providing hex files
which can now contain data for non-contiguous blocks, e.g. firmware +
config or firmware + osd fonts.
2021-10-10 16:34:33 +02:00
Michael Keller
bd2640b2af
Merge pull request #2623 from haslinghuis/handle_expert_settings
2021-10-10 13:57:33 +13:00
J Blackman
16acc68182
Auto merged - #2622 at Sat, 09 Oct 2021 22:17:06 GMT
...
Fixed text for the PID profile reset button.
2021-10-10 09:17:06 +11:00
Mark Haslinghuis
ae8eebf644
remove dd an ff switch
2021-10-09 21:56:24 +02:00
Mark Haslinghuis
348198d9be
Handle expert settings
...
reduce code
Add props
Allow changing mode without save inbetween
Fix affecting touching slider
2021-10-09 00:27:22 +02:00
J Blackman
3feefcb184
Auto merged - #2618 at Wed, 06 Oct 2021 12:17:10 GMT
...
Expert mode toggle bugfix and refactoring
2021-10-06 23:17:10 +11:00
Michael Keller
9a68f0b187
Fixed text for the PID profile reset button.
2021-10-06 01:44:28 +13:00
Mark Haslinghuis
1251120115
Small patch
2021-10-05 13:01:32 +02:00
Michael Keller
2b98947fb4
Merge pull request #2616 from haslinghuis/fix_reset_profiles
2021-10-04 23:50:13 +13:00
Mark Haslinghuis
f893a87073
Prevent changing profiles is settings are not saved
2021-10-03 16:12:38 +02:00
Ivan Efimov
b63c02673a
Expert mode toggle refactoring
2021-10-02 03:16:46 -05:00
Michael Keller
7152730e20
Fixed parsing of firmware versions to support multi-digit versions.
2021-10-01 02:02:09 +13:00
Mark Haslinghuis
48659bd6ec
Changes after reviews
2021-09-30 00:47:46 +02:00
Mark Haslinghuis
2e0334c114
Revise filter sliders
2021-09-27 04:29:41 +02:00
Mark Haslinghuis
1dbe298abd
Change Sliders and defaults
...
0-1-2 ranges ff and dmax
gui fixes
Fix master slider
Fix TODO
Fix enable slider when PID has changed
Fix RP mode editing manual values
Restore backward compatibility
Rearrange order of 4.3 sliders and add divider for expert mode
d_lowpass slider range changed, 75-150 defaults
Fix filter sliders
Optimise FF, DMax and filter slider steps
Fix doubleclick on pid sliders
stop D lowpass slider position moving left on save
update gyro and dterm lowpass filter messages
fix some bugs
Fix spacing in messages
Little fixes
Respect slider mode
Fix legacy mode and slider values
Code cleanup
Add slider defaults
rename dmin ratio to dmax gain
Fix legacy sliders again
Enable Expert Mode
2021-09-27 02:55:26 +02:00
J Blackman
2dad799a78
Auto merged - #2554 at Sun, 26 Sep 2021 08:17:10 GMT
...
Remove scrolling conditional and allow auto-detect board when no board selected
2021-09-26 18:17:11 +10:00
J Blackman
1ffa40e8fd
Auto merged - #2570 at Sun, 26 Sep 2021 03:17:08 GMT
...
Rebase stm32.js
2021-09-26 13:17:09 +10:00
J Blackman
b93805154c
Auto merged - #2561 at Sun, 26 Sep 2021 00:17:14 GMT
...
Fix reconnection issue in cli
2021-09-26 10:17:14 +10:00
Mark Haslinghuis
03aeb41105
Remove scrolling
2021-09-20 23:20:42 +02:00
Michael Keller
9f0ccee463
Added build for Android Play store bundle.
2021-09-07 16:49:34 +12:00
J Blackman
f0bc8219c8
Auto merged - #2574 at Mon, 06 Sep 2021 21:17:13 GMT
...
Standardised configurator version naming.
2021-09-07 07:17:14 +10:00
J Blackman
37e41a014d
Auto merged - #2563 at Wed, 01 Sep 2021 07:17:17 GMT
...
Change mixer
2021-09-01 17:17:18 +10:00
Mark Haslinghuis
682539f11b
Rebase of stm32.js
2021-08-31 06:47:43 +02:00
Michael Keller
4480621c14
Standardised configurator version naming.
2021-08-25 19:35:18 +12:00
Mark Haslinghuis
54820d43c6
Change mixer
2021-08-19 22:42:05 +02:00
Mark Haslinghuis
7f9e15878c
Fix reconnection issue in cli
2021-08-18 02:16:01 +02:00
J Blackman
bfa9a38fef
Auto merged - #2553 at Mon, 16 Aug 2021 15:17:11 GMT
...
Fix Expert Mode Switch
2021-08-17 01:17:11 +10:00
J Blackman
6f3b50d7eb
Auto merged - #2556 at Sun, 15 Aug 2021 12:17:08 GMT
...
Added Analytics Tracking for Each 'Save' Button Click that Tracks Changes.
2021-08-15 22:17:08 +10:00
Michael Keller
a635e7d11a
Removed unneeded BOXNAME polling.
2021-08-11 01:59:09 +12:00
Michael Keller
79d6021660
Added Analytics Tracking for Each 'Save' Button Click that Tracks
...
Changes.
This should help by giving an upper bound for how many users change
these settings at all.
2021-08-08 02:04:24 +12:00
Mark Haslinghuis
5c151e0d4f
Fix Expert Mode Switch
2021-08-05 22:36:44 +02:00
J Blackman
2d268ee115
Auto merged - #2522 at Sun, 01 Aug 2021 04:17:08 GMT
...
Added latest Rc Smoothing changes
2021-08-01 14:17:09 +10:00
J Blackman
3db052fda4
Auto merged - #2524 at Sun, 01 Aug 2021 03:17:09 GMT
...
Detect board in firmware_flasher patch
2021-08-01 13:17:10 +10:00
J Blackman
03794c6699
Auto merged - #2531 at Sun, 01 Aug 2021 02:17:07 GMT
...
Disable feedforward switch action for old versions
2021-08-01 12:17:07 +10:00
Mark Haslinghuis
c0cda1f735
Detect board in firmware_flasher patch
2021-07-28 03:34:09 +02:00
Mark Haslinghuis
1b26bb5dcc
Adjust Modes Name CSS min-width
2021-07-25 02:14:53 +02:00
Asizon
63e3130aae
Disable feedforward switch action for old versions
2021-07-08 16:13:07 +02:00
Asizon
84e4add1d7
Add on/off to i18n
2021-07-07 09:57:22 +02:00
J Blackman
5ed5d04831
Auto merged - #2523 at Tue, 06 Jul 2021 08:17:09 GMT
...
Fixed incorrect use of callback for control sticks window.
2021-07-06 18:17:10 +10:00
Asizon
467655ecdd
Added latest Rc Smoothing changes
...
Requested changes and sonar
More sonar fixes
Changes to msp and rename bad old names
2021-07-05 14:41:57 +02:00
Michael Keller
6b381ff4e1
Fixed incorrect use of callback for control sticks window.
2021-06-28 14:58:04 +12:00
Asizon
68dd5dd902
Rename sliders FF to feedforward
2021-06-26 09:30:18 +02:00
J Blackman
5fb3007a17
Auto merged - #2511 at Sat, 26 Jun 2021 02:17:09 GMT
...
Update Feedforward to new names and values
2021-06-26 12:17:09 +10:00
J Blackman
d024dd4fbc
Auto merged - #2436 at Sat, 26 Jun 2021 01:13:51 GMT
...
Validate motor outputs and reset mixer if not enough resources available
2021-06-26 11:13:51 +10:00
J Blackman
1d296d5af4
Auto merged - #2475 at Sat, 26 Jun 2021 00:51:14 GMT
...
Make connection timeout user-configurable
2021-06-26 10:51:15 +10:00
J Blackman
31603a2e05
Auto merged - #2485 at Sat, 26 Jun 2021 00:43:00 GMT
...
Verify board from firmware before flashing
2021-06-26 10:43:00 +10:00
J Blackman
676b284c5f
Auto merged - #2504 at Tue, 22 Jun 2021 20:25:12 GMT
...
Update Dshot Bidir autodefaults and dynamic notch options
2021-06-23 06:25:12 +10:00
Asizon
2e89fa2031
Update Feedforward to new names and values
...
Replace all ff with feedforward
Requested changes
Fix duplicated ff name
Reenabling on/off switch
Optimize F value update
Use exiting array for PID defaults
2021-06-21 06:59:46 +02:00
Mark Haslinghuis
6fca8ad5e1
Validate motor outputs and reset mixer if not
2021-06-20 23:56:42 +02:00
Mark Haslinghuis
7af9fb28a9
Verify board from firmware before flashing
2021-06-20 03:00:50 +02:00