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

49 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
4640de33d0 Other presets updated 2018-05-07 13:46:29 +02:00
Pawel Spychalski (DzikuVx)
aed550e51a Updated 5inch preset 2018-05-07 13:20:19 +02:00
Pawel Spychalski (DzikuVx)
00ac2379ab 7" preset 2018-05-02 20:41:39 +02:00
Pawel Spychalski (DzikuVx)
064ff36add updated defaults 2018-04-13 14:25:48 +02:00
Sergej Pozdnyakov
7070bf3790 fix #354, fix 0 height/width window size, fix load empty mission from eeprom 2018-02-27 21:02:20 +03:00
Konstantin Sharlaimov (DigitalEntity)
9942e9508e Calibration tab. Squashed commit. Kudos to @DzikuVx, @skaman82, @Afinogen 2017-12-31 17:19:49 +10:00
Alberto García Hierro
850632bfee Use async URL loading for the JSON setting definitions
Chrome disallows synchronous URL loading, so all functions requiring
the JSON definitions for the settings over MSPv2 need to be async.
This required rewriting MSPHelper._getSetting() and all its callers
using promises.

Fixes #284
2017-10-17 19:49:50 +01:00
Alberto García Hierro
a44a290c8c Use MSPV2_SET_SETTING to set small_angle to 180 on FW presets
- Add a json file with the types of all settings, generated by
the settings generator on INAV.
- Implement MSPV2_SETTING and MSPV2_SET_SETTING, which gives us
access to any value exposed via settings.
- Use this to set small_angle to 180 in FW presets.
2017-10-11 18:45:49 +01:00
Alberto García Hierro
f4c07566db Set MOTOR_STOP and AIRMODE features in all FW presets
AIRMODE will only be set if INAV version is > 1.7.2, since it
does nothing in previous versions even when the feature is
advertised.
2017-08-21 00:55:28 +02:00
Pawel Spychalski (DzikuVx)
357dc98c24 fixes #206 2017-07-12 19:06:57 +02:00
Pawel Spychalski (DzikuVx)
46e616bc7f fixes #216 2017-07-12 18:47:09 +02:00
Paweł Spychalski
99da3a0311 Merge pull request #188 from oleost/patch-5
Mention that they change pwm refresh for servos.
2017-04-24 10:22:26 +02:00
Ole-Petter
48df85c80f Update profiles.js
Added in description for tricopter that they apply faster pwm for servos.
2017-04-24 10:17:06 +02:00
Pawel Spychalski (DzikuVx)
40c5dde34b updated 5in GPS preset 2017-04-09 13:49:51 +02:00
Pawel Spychalski (DzikuVx)
3fb9dcc58d updated GPS 5" profile 2017-03-15 19:01:21 +01:00
Pawel Spychalski (DzikuVx)
c6dccdefb4 proreess 2017-03-12 09:53:22 +01:00
Pawel Spychalski (DzikuVx)
59f93021e8 Updated 12" and 10" profiles defaults for better initial behavior 2017-03-07 13:49:03 +01:00
oleost
e9d4ba5cc2 Fix typo 2017-02-25 09:41:04 +01:00
Pawel Spychalski (DzikuVx)
5911fca6f5 Tricopter presets 2017-02-21 15:24:40 +01:00
Pawel Spychalski (DzikuVx)
94ec0199a2 updated Z84 preset 2017-02-19 15:45:44 +01:00
oleost
9419b3acb0 Update profiles.js
Need help setting:

set tpa_rate = 33
set tpa_breakpoint = 1300
set gyro_hardware_lpf = 20HZ
2017-02-19 14:55:04 +01:00
Pawel Spychalski (DzikuVx)
ec7f46f108 dual set of defaults for PIDs: FW and MR 2017-01-29 19:01:09 +01:00
Pawel Spychalski (DzikuVx)
6e5d25d104 updated PID defaults 2017-01-29 15:33:59 +01:00
Pawel Spychalski (DzikuVx)
bb1c674e22 fixes #122 2017-01-29 15:15:29 +01:00
Pawel Spychalski (DzikuVx)
9f7fae6f80 new tracking events 2017-01-25 19:46:03 +01:00
Pawel Spychalski (DzikuVx)
8549f62510 final fixes 2017-01-19 20:55:06 +01:00
Pawel Spychalski (DzikuVx)
011e3a3ce7 Merge branch 'master' into profile-gui 2017-01-19 20:26:15 +01:00
Pawel Spychalski (DzikuVx)
93a4dd1b84 MSP_IDENT removed from usage 2017-01-19 19:52:57 +01:00
Pawel Spychalski (DzikuVx)
3f196a9505 MSP_STATUS removed from manual pulls 2017-01-18 19:54:26 +01:00
Pawel Spychalski (DzikuVx)
d1483e5e26 tab tasks unified 2017-01-18 16:50:35 +01:00
Pawel Spychalski (DzikuVx)
d1fcb81017 timing methods extracted to separate classes 2017-01-18 15:54:45 +01:00
skaman82
97fee82fb1 add default features 2017-01-16 00:29:27 +01:00
skaman82
461315dafe Rearange text 2017-01-16 00:05:50 +01:00
skaman82
9d8ca4ea64 Adding images 2017-01-15 22:30:15 +01:00
Danijel Predojevic
4504f40a03 - Remove weird quotes 2017-01-15 12:21:07 +01:00
Danijel Predojevic
30c6157ae7 - Add active class to selected preset 2017-01-15 11:25:36 +01:00
skaman82
09e116809f Basic GUI work 2017-01-15 01:59:45 +01:00
Pawel Spychalski (DzikuVx)
5ef754a7ea minor refactoring 2017-01-14 13:21:54 +01:00
Danijel Predojevic
a784795281 - Preset image placeholder 2017-01-14 13:08:30 +01:00
Danijel Predojevic
45dac0b3b5 - Convert presets select list to unordered list 2017-01-14 12:08:40 +01:00
U-PAWEL-X220\pawel
35bb15b812 Additional presets 2017-01-11 19:17:52 +01:00
U-PAWEL-X220\pawel
bbd5b579f1 10 inch UAV preset 2017-01-10 22:10:05 +01:00
U-PAWEL-X220\pawel
ea3c972a49 Preset save modal 2017-01-09 21:12:05 +01:00
U-PAWEL-X220\pawel
e8705b0365 configuration using save chainer 2017-01-09 19:58:43 +01:00
U-PAWEL-X220\pawel
b99c5c1bf4 mixer added to preset 2017-01-09 19:20:37 +01:00
U-PAWEL-X220\pawel
e0c14837a0 Save chainer on presets page 2017-01-09 19:06:45 +01:00
U-PAWEL-X220\pawel
3701c99f67 MSP chainer for presets page read 2017-01-06 19:59:40 +01:00
U-PAWEL-X220\pawel
1cc4c62172 Mechanism to restore defaults before applying new preset 2017-01-05 22:35:18 +01:00
U-PAWEL-X220\pawel
35baf4302b first cut of presets 2017-01-04 22:50:18 +01:00