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

93 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
c4735d2690 Merge remote-tracking branch 'origin/master' into dzikuvx-new-mixer-approach 2018-03-27 22:05:59 +02:00
Konstantin Sharlaimov (DigitalEntity)
6fd6fc293f Check for custom mixer when loading/saving smix rules 2018-03-22 21:09:47 +10:00
Pawel Spychalski (DzikuVx)
eb208af39d chainer for motors tab 2018-02-01 15:45:23 +01:00
Pawel Spychalski (DzikuVx)
958c5f8dc5 Save servo mix over MSP 2018-01-24 18:15:05 +01:00
Pawel Spychalski (DzikuVx)
cf3a5b2a64 UI for smix rules 2018-01-24 16:25:39 +01:00
Pawel Spychalski (DzikuVx)
912864bc19 load custom smix rules 2018-01-20 11:43:31 +01:00
Pawel Spychalski (DzikuVx)
d158a9283c servo tab uses chaner for MSP data 2018-01-19 21:50:12 +01:00
Pawel Spychalski (DzikuVx)
be5fd7a605 Rename on other tabs 2017-09-19 22:19:54 +02:00
Pawel Spychalski (DzikuVx)
8aebbbfa93 Allow servo rate 125% 2017-06-04 13:23:51 +02:00
Pawel Spychalski (DzikuVx)
6300fefdef Angle at min and max removed 2017-05-26 15:21:40 +02:00
Pawel Spychalski (DzikuVx)
7c7b366ca7 references to pre 1.15 api version removed 2017-01-19 20:24:54 +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
Pawel Spychalski (DzikuVx)
1bb6850c24 Merge remote-tracking branch 'origin/master' into osd-support 2016-12-15 00:18:35 +01:00
Konstantin Sharlaimov (DigitalEntity)
2946004ccf Add support for MSP_SENSOR_STATUS if firmware version is gte 1.5 2016-12-12 14:07:17 +10:00
Pawel Spychalski (DzikuVx)
18a00dedf8 MSP refactoring 2016-11-29 19:47:47 +01:00
Dominic Clifton
779af35d33 Fix error on servos page when servos not supported by the target. 2015-12-18 14:48:08 +01:00
Mauro Mombelli
a0522d0f22 Fix servo range
angleAtMin is always positive, so we have to manage its inverted-user friendly rappresentation
2015-12-14 14:23:54 +01:00
Dominic Clifton
d73196ea11 Fix toggle buttons reverting to checkboxes after reboot.
This moves GUI specific code out of main and the individual tab js files
into gui.js, where it fits better.
2015-11-11 21:01:22 +00:00
Dominic Clifton
6f853cbc0a Fix servos save button. 2015-11-10 01:31:04 +00:00
Dominic Clifton
8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
2015-11-09 23:01:42 +00:00
skaman82
fb298047f7 Servos Tab rework + small fix for Flasher Tab 2015-11-08 13:56:01 +01:00
skaman82
8e79a250ed Basic rework of: Adjustments and PID tabs, little fixes and changes here and there 2015-11-04 22:22:23 +01:00
skaman82
bce809fd7d sync 2015-10-24 11:07:16 +02:00
skaman82
87e9bfd3d9 ...restoring some files 2015-10-23 15:42:32 +02:00
Dominic Clifton
34d72feb69 Move handling of servo channel forwarding into the MSP. 2015-02-10 01:12:26 +00:00
enly1
24d5f0de70 Tabs converted to spaces in .js 2015-01-26 22:41:14 +01:00
enly1
36989b8e5d Fixed missing direction fragment lost during edit 2015-01-26 22:41:03 +01:00
enly1
60ee83b1b4 Servo Channel updated to support 16 channel receivers (Dynamic Grid based on receiver channels) 2015-01-26 22:40:03 +01:00
Dominic Clifton
502cf718ab Update backup/restore functionality so that it restores adjustments,
auxiliary settings and channel forwarding (per-profile).  Add "Warning
Cell Voltage" to the UI.
2014-12-21 12:29:36 +00:00
Dominic Clifton
a8cf910f51 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	README.md
	_locales/en/messages.json
	changelog.html
	js/backup_restore.js
	js/data_storage.js
	js/msp.js
	js/protocols/stm32.js
	js/serial_backend.js
	main.css
	main.html
	main.js
	manifest.json
	tabs/auxiliary_configuration.css
	tabs/default.css
	tabs/firmware_flasher.js
	tabs/initial_setup.css
	tabs/initial_setup.html
	tabs/initial_setup.js
	tabs/modes.html
	tabs/modes.js
	tabs/motor_outputs.css
	tabs/motors.html
	tabs/receiver.css
	tabs/servos.js
2014-12-18 22:40:03 +00:00
cTn
cd4c7a8160 add SERVO_CONFIG to backup file, restoring old version will throw compatibility error 2014-10-06 15:24:34 +02:00
cTn
f9ff34fb8b prevent re-sending analytics appview on tab re-initialization, add 1500ms delay on configuration save & reboot 2014-10-01 13:16:22 +02:00
cTn
5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 2014-10-01 12:58:09 +02:00
cTn
d4d82c39fd make initial tab data request burst better comply with strict mode to prevent random race conditions 2014-08-24 23:38:43 +01:00
cTn
36c4fef051 pretty pretty pretty 2014-08-24 23:38:42 +01:00
cTn
b77ed6b174 another refactor for global variables, bugfixes for logging tab initialization in strict mode 2014-08-24 23:37:07 +01:00
cTn
7f20843ba8 enable strict mode in couple more files 2014-08-24 23:36:17 +01:00
cTn
d7810e1bb6 make initial tab data request burst better comply with strict mode to prevent random race conditions 2014-08-14 16:48:16 +02:00
cTn
932a58d355 pretty pretty pretty 2014-08-12 16:20:26 +02:00
cTn
e27a194ec7 another refactor for global variables, bugfixes for logging tab initialization in strict mode 2014-08-12 15:51:31 +02:00
cTn
20e6ad0074 enable strict mode in couple more files 2014-08-09 20:01:17 +02:00
Dominic Clifton
1688b41eb2 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	changelog.html
	main.js
2014-07-20 01:01:25 +01:00
cTn
1885fba5a0 analytics overhaul 2014-07-16 12:59:12 +02:00
cTn
e49f4ea5ff converting tab object initialization 2014-07-10 19:19:45 +02:00
cTn
799fc76c8e hooking up all of the active_tab references 2014-07-10 18:51:02 +02:00
cTn
2d88d2d46d servos in tabs 2014-07-10 18:24:56 +02:00
cTn
c6700a8588 equip all tab initializers with callback parameter (currently without hooks) 2014-07-09 16:12:37 +02:00