Paweł Spychalski
a27d78bd3a
Merge pull request #958 from iNavFlight/dzikuvx-allow-ff-for-rovers
...
Allow FF tuning for Rovers and Boats
2020-04-12 16:15:28 +02:00
Pawel Spychalski (DzikuVx)
2470fdbac0
Allow FF tuning for Rovers and Boats
2020-04-12 15:27:23 +02:00
Alberto García Hierro
593dd4d4e9
Merge pull request #956 from iNavFlight/agh_fix_double_click_bind
...
[RX-MSP] Fix double binding on click for the enable button
2020-04-10 18:55:21 +01:00
Alberto García Hierro
522191b194
Merge pull request #935 from iNavFlight/agh_update_macos_signing
...
[macOS] Use macapptool for signing and notarizing macOS binaries
2020-04-08 00:18:10 +01:00
Alberto García Hierro
4fed26d4d5
[RX-MSP] Fix double binding on click for the enable button
...
The click handler was registered to both the div and the anchor,
causing it to fire twice and shrink the window twice. Make sure
we only bind to the anchor.
2020-04-08 00:15:38 +01:00
Paweł Spychalski
7f4ec9a559
Merge pull request #950 from iNavFlight/dzikuvx-update-mr-defaults
...
Update defaults for 3-7 inch multirotor
2020-04-05 13:46:30 +02:00
Paweł Spychalski
d761bd005e
Merge pull request #951 from iNavFlight/dzikuvx-make-motor-output-in-percents
...
Dzikuvx make motor output in percents
2020-04-05 13:46:13 +02:00
Pawel Spychalski (DzikuVx)
cfb78f2817
For non reversible ESC use only output percent, not pulse width
2020-04-02 20:11:08 +02:00
Pawel Spychalski (DzikuVx)
f856348c15
Convert to % in Outputs tab, step 1
2020-04-02 19:23:40 +02:00
Pawel Spychalski (DzikuVx)
fa7b29be7d
Make info more specific
2020-04-02 18:27:54 +02:00
Pawel Spychalski (DzikuVx)
f916a1f0bd
Update defaults for 3-7 inch multirotor
2020-04-02 18:16:10 +02:00
Paweł Spychalski
8ed60bb936
Merge pull request #948 from iNavFlight/agh_increase_hex_file_limit
...
[FLASHER] Increase .hex file size limit to 100MB
2020-04-02 09:27:18 +02:00
Alberto García Hierro
b32afabff4
[FLASHER] Increase .hex file size limit to 100MB
...
The previous 1MB limit is too low, we already have hex files bigger
than that.
2020-04-01 22:09:31 +01:00
Paweł Spychalski
008991b185
Merge pull request #943 from iNavFlight/dzikuvx-fix-failsafe-save
...
Do not save RC config together with failsafe
2020-03-07 15:33:21 +01:00
Pawel Spychalski (DzikuVx)
1f3bc98394
Do not save RC config together with failsafe
2020-03-07 15:32:10 +01:00
Paweł Spychalski
1d76860456
Merge pull request #886 from iNavFlight/dzikuvx-pid-bank-11
...
Allow for PID bank 11
2020-03-05 15:07:14 +01:00
Pawel Spychalski (DzikuVx)
3dfc521084
Fix version selector
2020-03-05 12:06:53 +01:00
Pawel Spychalski (DzikuVx)
6bd0d17022
Merge branch 'master' into dzikuvx-pid-bank-11
2020-03-05 11:45:44 +01:00
Paweł Spychalski
af3c519a01
Merge pull request #941 from iNavFlight/dzikuvx-preset-overhaul
...
Presets overhaul
2020-03-03 19:47:23 +01:00
Paweł Spychalski
0c06aadf3b
Merge pull request #942 from iNavFlight/dzikuvx-allow-800-600
...
Allow 800x600 window size
2020-03-03 19:46:58 +01:00
Pawel Spychalski (DzikuVx)
8ef87151ba
Allow 800x600 window size
2020-03-03 17:40:57 +01:00
Pawel Spychalski (DzikuVx)
73228b2f8f
Correctly applyu singe settings
2020-03-02 19:25:09 +01:00
Pawel Spychalski (DzikuVx)
cc4bd47363
Updated presets
2020-03-02 19:19:23 +01:00
Paweł Spychalski
3f3522f537
Merge pull request #937 from iNavFlight/dzikuvx-failsafe-cleanup
...
Cleanup Failsafe page
2020-03-01 09:57:12 +01:00
Paweł Spychalski
e7e6eaa56d
Merge pull request #936 from iNavFlight/dzikuvx-matrix-filter
...
GUI for the Matrix Filter
2020-03-01 09:53:45 +01:00
Paweł Spychalski
0307fbd8d0
Merge pull request #938 from iNavFlight/dzikuvx-fix-3d-naming
...
Fix missing REVERSIBLE_MOTORS label
2020-03-01 09:53:32 +01:00
Pawel Spychalski (DzikuVx)
884c979c2f
Fix missing REVERSIBLE_MOTORS label
2020-02-28 18:35:20 +01:00
Pawel Spychalski (DzikuVx)
47b659fcaf
Cleanup Failsafe page
2020-02-28 15:04:41 +01:00
Pawel Spychalski (DzikuVx)
f53784ca35
GUI for the Matrix Filter
2020-02-28 14:24:19 +01:00
Alberto García Hierro
5e3fd3ebd4
[macOS] Use macapptool for signing and notarizing macOS binaries
...
nw-builder has been producing invalid frameworks at least since
2017, at it seems there's no progress in fixing it (see
https://github.com/nwjs/nw.js/issues/6338 ). To workaround this problem,
we use macapptool to proper seal all the framework resources so it
can be signed and passes the validations required for notarization.
Since we're introducing this dependency, we can also use macapptool
to simplify signing and notarization.
To create a signed macOS build, pass the --codesign flag.
--codesign-identity can be used to use a non-default identity
("Developer ID")
To notarize a signed bundle, use the --notarize flag. There are
also flags provided to specify the username/password for the
notarization service.
2020-02-27 21:13:19 +00:00
Paweł Spychalski
0376bc41bf
Merge pull request #934 from nmaggioni/nm_show_hide_outputs_info_boxes
...
Dinamically show/hide info boxes in outputs tab
2020-02-27 21:05:20 +01:00
Niccolò Maggioni
1a6a0f3ce9
Dinamically show/hide info boxes in outputs tab
2020-02-27 18:39:39 +01:00
Paweł Spychalski
5f1beca038
Merge pull request #933 from iNavFlight/dzikuvx-receiver-tab
...
Receiver tab improvements
2020-02-25 22:21:50 +01:00
Pawel Spychalski (DzikuVx)
37340fc351
Receiver save and reboot
2020-02-25 18:16:58 +01:00
Pawel Spychalski (DzikuVx)
180bc84e2c
Move RX configuration to Receiver tab
2020-02-25 17:52:42 +01:00
Paweł Spychalski
31cf34bda9
Merge pull request #932 from iNavFlight/dzikuvx-unised-function-cleanup
...
Cleanup unused functionality for F1 targets
2020-02-25 14:18:24 +01:00
Paweł Spychalski
7a532da3e0
Merge pull request #931 from iNavFlight/dzikuvx-nw-js-version-bump
...
Bump NW.js version to latest stable and fix firmware flasher
2020-02-25 14:18:03 +01:00
Pawel Spychalski (DzikuVx)
4735167af9
Bump to 0.42.2
2020-02-25 14:05:01 +01:00
Pawel Spychalski (DzikuVx)
dddd6b6a41
Cleanup unused functionality for F1 targets
2020-02-25 11:33:15 +01:00
Paweł Spychalski
39a5266cc9
Merge pull request #926 from iNavFlight/dzikuvx-feature-3d-rename
...
Rename feature 3D to REVERSIBLE_MOTORS
2020-02-24 11:48:56 +01:00
Paweł Spychalski
6f758ce2d4
Merge pull request #918 from iNavFlight/dzikuvx-extended-lc-events
...
Add new Logic Conditions events
2020-02-23 10:14:46 +01:00
Pawel Spychalski (DzikuVx)
e5bbe3e57c
Version bump
2020-02-22 14:43:05 +01:00
Pawel Spychalski (DzikuVx)
75ca72104a
Version bump
2020-02-21 11:15:19 +01:00
Paweł Spychalski
c5f175d8fe
Merge pull request #929 from iNavFlight/dzikuvx-motor-stop-extra-info
...
Extra infor on MOTOR_STOP feature in outputs tab
2020-02-21 11:10:11 +01:00
Pawel Spychalski (DzikuVx)
80217ea2df
Extra infor on MOTOR_STOP feature in outputs tab
2020-02-21 11:09:14 +01:00
Paweł Spychalski
ab5e88fe6b
Merge pull request #917 from iNavFlight/dzikuvx-pid-tuning-filter-catchup
...
PID Tuning tab catchup
2020-02-21 10:41:55 +01:00
Pawel Spychalski (DzikuVx)
f0f25ffd44
Configuration for RPM filters
2020-02-21 10:28:55 +01:00
Paweł Spychalski
89f4b04bf7
Merge pull request #919 from iNavFlight/dzikuvx-mini-ar-wing-preset
...
Preset for Mini AR Wing
2020-02-21 10:07:50 +01:00
Pawel Spychalski (DzikuVx)
8e7e83f282
Rename 3D to REVERSIBLE_MOTORS
2020-02-19 14:11:18 +01:00
Pawel Spychalski (DzikuVx)
94b617dcc9
Rename 3D feature to REVERSIBLE_MOTORS
2020-02-19 14:06:58 +01:00