Commit Graph

3419 Commits (383f7a2a4196c276c0c0934121fa449fdc2c210f)
 

Author SHA1 Message Date
Paweł Spychalski 383f7a2a41
Merge pull request #833 from iNavFlight/dzikuvx-sticky-operand
Sticky operator
5 years ago
Pawel Spychalski (DzikuVx) 4b0d70cf3c Sticky operator 5 years ago
Paweł Spychalski 850df4a376
Merge pull request #830 from iNavFlight/dzikuvx-outputs-tab-rework
Outputs tab rework part 1
5 years ago
Pawel Spychalski (DzikuVx) 87456f2bf6 Cleanup servos tab 5 years ago
Pawel Spychalski (DzikuVx) e3bfa20800 Current and Voltage 5 years ago
Pawel Spychalski (DzikuVx) d4cd638397 Outputs tab rework part 1 5 years ago
Paweł Spychalski 6d8975f5f8
Merge pull request #829 from iNavFlight/dzikuvx-report-logic-conditions-status
Report logic condiotion activation status
5 years ago
Pawel Spychalski (DzikuVx) 9c627f7445 Report logic condiotion activation status 5 years ago
Paweł Spychalski e3b89453e8
Merge pull request #827 from iNavFlight/dzikuvx-version-bump-2.3
Version bump to 2.3
5 years ago
Pawel Spychalski (DzikuVx) 5325ef857a Version bump to 2.3 5 years ago
Paweł Spychalski 14ce5f6f67
Merge pull request #817 from iNavFlight/dzikuvx-antigravity
Settings for antigravity
5 years ago
Pawel Spychalski (DzikuVx) 835c2a9170 Make antigravity available only for 2.2.2 or higher 5 years ago
Michel Pastor 150aa6916b
Add SPL006 barometer (#823) 5 years ago
Paweł Spychalski 3f5eeafdea
Merge pull request #822 from CSMachineCo/master
Real time monitoring for Mission Control
5 years ago
CSMachineCo 86c62247ec
RTH Marker 5 years ago
CSMachineCo 8c9b4d421d
Added marker for RTH and cleaned up a bit. 5 years ago
Pawel Spychalski (DzikuVx) b618a955b0 Add antigravity lpf cutoff frequency to GUI 5 years ago
CSMachineCo aba0e6e6d8
added real time monitoring
Added real time position icon, bread crumb trail, and real time param display
5 years ago
CSMachineCo 3776a97e26
paper airplane icon for mission planner
I con for real time monitor in mission planner
5 years ago
Pawel Spychalski (DzikuVx) 2cf7ea5247 Settings for antigravity 5 years ago
Paweł Spychalski 2259242a82
Merge pull request #800 from iNavFlight/agh_workaround_font_upload
[OSD]: Workaround for F3 64 byte write bug on macOS
5 years ago
Paweł Spychalski d7157778de
Merge pull request #814 from iNavFlight/hotfix/2.2.1
Hotfix/2.2.1
5 years ago
Pawel Spychalski (DzikuVx) 384463c484 Merge remote-tracking branch 'origin/master' into hotfix/2.2.1 5 years ago
Pawel Spychalski (DzikuVx) a1e80f0cb2 Version bump 5 years ago
Alberto García Hierro 0fce09a25f [OSD]: Workaround for F3 64 byte write bug on macOS
Upload fonts with address <= 255 using MSPv1, use MSPv2 for fonts
with address > 255. This ensures we never send a payload with one
of the problematic lengths.
5 years ago
Alberto García Hierro 68d6d1220a Serial: Fix arguments to i18n.getMessage() in onInvalidFirmwareVersion()
Formatting arguments are passed as an array
5 years ago
Alberto García Hierro 0a21a1431f Make firmware flasher more robust
Check for DFU/serial port regularly during 10 seconds instead of
waiting 1s and trying once. Also, make sure that we don't mistake
DFU devices with serial ones, since the serial port might appear
briefly while the FC is rebooting.
5 years ago
Paweł Spychalski bc4d43a1ab
Merge pull request #812 from iNavFlight/dzikuvx-nwjs-upgrade
upgrade NW.js version
5 years ago
Pawel Spychalski (DzikuVx) 42e4aa81f2 move nw-builder to dev dependency 5 years ago
Pawel Spychalski (DzikuVx) ee96b73b4c upgrade NW.js version 5 years ago
Paweł Spychalski 6b06d431fd
Merge pull request #810 from iNavFlight/dzikuvx-alternative-output-allocation-preview
Output allocation method that is more aligned with FC counterpart
5 years ago
Pawel Spychalski (DzikuVx) f71fa9a348 Output allocation method that is more aligned with FC counterpart 5 years ago
Paweł Spychalski f575ea3eba
Merge pull request #752 from iNavFlight/agh_flasher
Make firmware flasher more robust
5 years ago
Alberto García Hierro 9e81e6dbb1 Make firmware flasher more robust
Check for DFU/serial port regularly during 10 seconds instead of
waiting 1s and trying once. Also, make sure that we don't mistake
DFU devices with serial ones, since the serial port might appear
briefly while the FC is rebooting.
5 years ago
Paweł Spychalski c20fff75b2
Merge pull request #806 from iNavFlight/dzikuvx-16-servos
Support for 16 servos
5 years ago
Pawel Spychalski (DzikuVx) 9433319fdf Motors tab refactoring 5 years ago
Pawel Spychalski (DzikuVx) cc80e07726 Support for 16 servos 5 years ago
Pawel Spychalski (DzikuVx) 9b01cec4fb Support 16 servos 5 years ago
Paweł Spychalski f432bcff45
Merge pull request #794 from nmaggioni/nm_flight_modes_as_logic_conditions
Flight modes as logic conditions
5 years ago
Paweł Spychalski ba3617ce44
Merge pull request #797 from iNavFlight/agh_fix_invalid_fw_version_message
Serial: Fix arguments to i18n.getMessage() in onInvalidFirmwareVersion()
5 years ago
Paweł Spychalski 5ba50bf40b
Merge pull request #804 from nmaggioni/nm_cli_clipboardcopy_fileload
Port of Copy to clipboard and Load from file in CLI tab
5 years ago
Niccolò Maggioni 9e2d1cd777
Port of Copy to Clipboard and Load from File in CLI tab 5 years ago
Alberto García Hierro 9eb7d12ef4 [OSD]: Workaround for F3 64 byte write bug on macOS
Upload fonts with address <= 255 using MSPv1, use MSPv2 for fonts
with address > 255. This ensures we never send a payload with one
of the problematic lengths.
5 years ago
Paweł Spychalski c277e2179b
Merge pull request #798 from LucaGiovannesi/master
Fixed GPS map zoom issue
5 years ago
Luca Giovannesi b5298229c8 Add center button to GPS map 5 years ago
Alberto García Hierro 2f159fb83c Serial: Fix arguments to i18n.getMessage() in onInvalidFirmwareVersion()
Formatting arguments are passed as an array
5 years ago
Niccolò Maggioni ea935bb25e
Flight modes as logic conditions 5 years ago
Konstantin Sharlaimov 002d55f180
Merge pull request #791 from iNavFlight/dzikuvx-fix-chrome-app
Fix app not starting in chrome
5 years ago
Pawel Spychalski (DzikuVx) 4a0bf7b93b Fix app not starting in chrome 5 years ago
Paweł Spychalski 1633ea9214
Merge pull request #789 from OlivierC-FR/oc_gforce2
Gforce icons for all fonts (minus Vision already done)
5 years ago