1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 20:10:11 +03:00
Commit graph

78 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
f697bc2132 Drop nouislider 2022-05-09 21:17:48 +02:00
Pawel Spychalski (DzikuVx)
c2ad26d4d4 Basic Slider PIDs 2022-05-09 20:11:28 +02:00
Andi Kanzler
deb56f0876
Merge branch 'master' into BLE-TCP-UDP 2022-04-07 09:57:19 +02:00
Andi Kanzler
ab7162980b BLE, TCP and UDP Support 2022-03-31 16:18:46 +02:00
Luca
b968895827 magnetometer alignment tool finished 2022-03-28 12:20:42 +02:00
Pawel Spychalski (DzikuVx)
8606b1d01c Add Discord link 2021-11-16 13:11:42 +01:00
Paweł Spychalski
32bd3fa004
Merge pull request #1299 from ArnoTlse/Safehome_to_EPROM
[Mission Planner] Elevation Profile & Home
2021-08-13 14:40:47 +02:00
Pawel Spychalski (DzikuVx)
4e9825a1e5 Remove Profiles tab 2021-08-13 10:28:19 +02:00
ArnoTlse
59b5cbe5b2 MP version 1.5 2021-05-27 18:29:48 +02:00
ArnoTlse
dbfbd31c41
Merge branch 'master' into arntlse_safehome_mp 2021-04-17 20:50:11 +02:00
ArnoTlse
ef5c999428 Waypoint Class 2021-03-24 00:37:50 +01:00
ArnoTlse
a81050d121 Safehome : read 2021-03-22 21:47:02 +01:00
Pawel Spychalski (DzikuVx)
0d66fd4c54 Add ability to read Programming PID status via MSP 2021-02-21 11:20:19 +01:00
Pawel Spychalski (DzikuVx)
3188680793 MSP Interface for Programming PID 2020-12-24 23:47:08 +01:00
Pawel Spychalski (DzikuVx)
0dcf1a9e58 Drop Global Functions support 2020-07-23 11:33:35 +02:00
Pawel Spychalski (DzikuVx)
dd551f5ecb Merge remote-tracking branch 'origin/master' into dzikuvx-global-functions-ui 2020-04-13 13:10:00 +02:00
Pawel Spychalski (DzikuVx)
f85a17d1ad Get GVAR status from FC 2020-04-10 21:37:24 +02: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
Pawel Spychalski (DzikuVx)
554bec3606 MSP layer for global functions 2020-04-05 18:09:15 +02:00
Pawel Spychalski (DzikuVx)
cc4bd47363 Updated presets 2020-03-02 19:19:23 +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
Pawel Spychalski (DzikuVx)
f56b6ef40c Merge branch 'master' into dzikuvx-pid-tuning-tabs 2019-12-09 17:57:42 +01:00
Paweł Spychalski
a7760014c3
Merge pull request #866 from iNavFlight/release-2-3-0
Release Configurator 2.3.2
2019-11-23 21:52:56 +01:00
Pawel Spychalski (DzikuVx)
51945769c7 Basic PID Tab rework 2019-11-21 22:20:44 +01:00
Pawel Spychalski (DzikuVx)
78fbb84f9e Basic framework to work with features 2019-11-21 18:28:52 +01:00
Niccolò Maggioni
846583d17c Release tar.gz archives for Linux 2019-11-21 13:25:58 +01:00
Niccolò Maggioni
fc8cfeb24d Pin NW.js version used by NwBuilder
Sourced from package's deps
2019-11-21 13:23:51 +01:00
Pawel Spychalski (DzikuVx)
c27d956323 Dummy dialog 2019-11-20 11:49:14 +01:00
Pawel Spychalski (DzikuVx)
f18696ab9a Dummy dialog 2019-11-02 15:24:56 +01:00
Pawel Spychalski (DzikuVx)
9c627f7445 Report logic condiotion activation status 2019-09-14 12:55:16 +02:00
Pawel Spychalski (DzikuVx)
4a0bf7b93b Fix app not starting in chrome 2019-06-09 13:11:09 +02:00
mirko-it
e1d92bc114 Fix for Load/Save mission not working (#783)
* Offline missions (with FC disconnected) are now available for load and save to file.
Supports XML file format, should be compatible enough with other software

* removed default file name

* removed code in early stage of future developments

* code style and fc buttons

* map resize handling

* fix include nwdialog and fs packages

* xml2js lib with all dependencies in a single file
2019-05-31 12:01:04 +02:00
Pawel Spychalski (DzikuVx)
d6ded2404e Backend for getting logic conditions from FC 2019-03-10 14:39:32 +01:00
Pawel Spychalski (DzikuVx)
3c7cf5fc47 Basic layout for logic conditions 2019-03-10 13:04:29 +01:00
Pawel Spychalski (DzikuVx)
9382608bf6 Win64 release target 2019-02-14 09:22:48 +01:00
Pawel Spychalski (DzikuVx)
782a7d0a99 lower periodic tasks frequency 2019-02-11 10:36:44 +01:00
Pawel Spychalski (DzikuVx)
aa90466847 GPS tab refactoring 2018-11-10 20:32:03 +01:00
Alberto García Hierro
42c45648d3 Add support for editing more OSD settings from the OSD tab
- Voltage decimals
- Crosshairs style
- Sidebar scroll for left and right
- Sidebar scrolling arrows
2018-07-11 10:54:47 +01:00
Alberto García Hierro
321d704675 Complete migration to Gulp 4, add linux32 support
- Remove usages of runSequence(), which doesn't work with Gulp 4,
using gulp.series() instead.
- Add support for linux32 builds
- Add new --platform argument for building only for a single platform
(e.g. --platform=osx64).

Fixes build problems introduced in #527
Fixes #531
2018-07-09 22:29:47 +01:00
Alberto García Hierro
78312e52ee Update dependencies to be able to run with node 10
- Update gulp to 4.0.0
- Update nw.js to 0.31.4-sdk
2018-07-08 22:17:10 +01:00
Alberto García Hierro
6da922919f Add support for the new VTX settings API
When a controllable VTX is configured, a new section appears in
the configuration tab which allows the user to set the band, channel
power and "low power on disarm" option.
2018-06-20 15:56:24 +01:00
Pawel Spychalski (DzikuVx)
f5e60cc40e Servo output in Servo tab 2018-05-24 20:28:04 +02:00
Alberto García Hierro
6e80fd2b4d Fix support for simulated RX via MSP, increase channels to 12
- Fix detection of MSP_RX to show the button in the receiver tab
- Fix path to the .css file for receiver_msp.html
- Increase number of channels to 12
2018-05-20 17:05:34 +01:00
Pawel Spychalski (DzikuVx)
d0cdef46f4 motor mix rules for all default presets 2018-03-28 22:14:04 +02:00
Pawel Spychalski (DzikuVx)
c4735d2690 Merge remote-tracking branch 'origin/master' into dzikuvx-new-mixer-approach 2018-03-27 22:05:59 +02:00
Alberto García Hierro
024561b64d Format the markdown in the release notes as HTML 2018-03-17 14:31:53 +00:00
Alberto García Hierro
08a54197c0 Move code for the debug trace window to an external script
Chrome doesn't allow inline scripts, only external ones
2018-02-12 21:41:49 +00:00
Pawel Spychalski (DzikuVx)
48a9b36d86 Load and save of mmix over MSP 2018-01-28 18:39:13 +01:00
Pawel Spychalski (DzikuVx)
bb8507e81b ground work for mmix editing 2018-01-26 15:31:42 +01:00
Pawel Spychalski (DzikuVx)
cf3a5b2a64 UI for smix rules 2018-01-24 16:25:39 +01:00