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

140 commits

Author SHA1 Message Date
Paul Rogalinski
1bb63a597b manual port override as chrome won't enumerate bluetooth serial ports on linux 2015-05-10 14:37:31 +02:00
Dominic Clifton
244685c9a6 Update version checking code to use semantic versioning - see
http://semver.org/

semver.js creating using browserify.

https://www.brcdn.org/?module=semver&version=4.3.4
2015-05-07 22:10:26 +01:00
Dominic Clifton
7bdd010eb0 Avoid using GPS commands for targets that do not have GPS support
compiled in.
2015-02-23 21:27:55 +00:00
Dominic Clifton
e447739e74 Adjust documentation button so that it doesn't move the sensor
indicators when connected. Use same color as other help panels.
2015-01-29 19:01:37 +01:00
Dominic Clifton
20a82e7339 Merge branch 'development' of https://github.com/pulsar256/cleanflight-configurator into pulsar256-development 2015-01-29 18:30:21 +01:00
Dominic Clifton
35200e5a36 Support changing PID controller in the GUI. 2015-01-29 18:27:50 +01:00
Paul Rogalinski
d3fc8464fa added a help button for the currently installed firmware 2015-01-28 00:01:42 +01:00
Dominic Clifton
a56c0eef40 Fix welcome tab being cleared after failing to connect to a port. 2015-01-27 00:43:09 +01:00
Dominic Clifton
34b7b87c3e Allow old API version to be used but disable LED strip tab and
backup/restore functionality in certain cases.  Cleanup of tab
switching.
2015-01-26 22:37:55 +01:00
Dominic Clifton
d269d60391 Improve user experience by adding tabs for the welcome and firmware
flasher.

The welcome (aka 'landing') and firmware flasher were already modelled
as tabs but were never displayed as tabs.

The UI didn't make sense when the whether the welcome message or
firmware flasher was displayed since there was no active tab or other
indication.
2015-01-25 17:37:47 +01:00
Roeland Lutters
32a27b73a7 CLI available for old firmware versions 2015-01-06 20:35:58 +01:00
Dominic Clifton
32820853ce Updating to use API version 1.1. 2015-01-02 19:31:50 +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
Dominic Clifton
36f447b4da Make MSP_API_VERSION check non-mandatory for now. 2014-10-20 23:25:42 +01:00
cTn
be96da6098 reorder some of the cleanup routines, cleanup (experimental) 2014-10-19 16:17:44 +02:00
cTn
0c2ec52bed fix accidently removed buildinfo fetch on connect 2014-10-19 15:52:55 +02:00
Dominic Clifton
2733f4832e Retrieve and display MSP API Version from new MSP_API_VERSION command.
Requires latest firmware.
2014-10-18 16:58:49 +01:00
cTn
81a2872360 pulling main switch on compatibility (this should go live on November 1st 2014) 2014-10-12 18:35:32 +02:00
cTn
62e055f654 log buildInfo on connect 2014-09-25 12:02:53 +02:00
cTn
4719d1562d implement build info 2014-09-24 15:35:20 +02:00
cTn
4412f9c263 default and initial setup renamed to landing and setup, including object adjustments 2014-09-20 13:51:23 +02:00
cTn
741961cce4 new connect message informing about missing capability 2014-09-19 18:21:01 +02:00
cTn
0649a59b13 function returning specific byte from 32 bit variables (untested) 2014-09-16 19:26:06 +02:00
cTn
a96e804359 removing MSP pass through mode 2014-09-08 17:52:07 +02:00
cTn
b337359389 fix style 2014-08-24 23:38:43 +01:00
cTn
d4f4d619cf another run on undefined comparators 2014-08-24 23:38:42 +01:00
cTn
8dabc3ac91 experimenting with some undefined comparators in strict mode 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
f3ea5757f7 lots of work on removing global variables 2014-08-24 23:37:07 +01:00
cTn
d9c315338d turning on strict mode for various js files 2014-08-24 23:36:17 +01:00
cTn
cc8e53205d fix style 2014-08-14 17:00:32 +02:00
cTn
dbf528345e another run on undefined comparators 2014-08-14 16:41:49 +02:00
cTn
d3d933a704 experimenting with some undefined comparators in strict mode 2014-08-14 16:23:08 +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
ec44b77ff2 lots of work on removing global variables 2014-08-10 06:01:44 +02:00
cTn
36f456d2e7 turning on strict mode for various js files 2014-08-09 19:38:46 +02:00
cTn
5efb1685a4 moving default tab to new tabs object 2014-07-10 18:14:17 +02:00
cTn
3f063f6654 initial stab on preventing tab switch chaining 2014-07-09 16:10:02 +02:00
cTn
785109e9e2 cleanup all timeouts on disconnect, fixes hanging CLI cleanup on hot-disconnect 2014-07-02 13:55:35 +02:00
cTn
61bed4770f cosmetic change 2014-06-20 14:29:16 +02:00
cTn
cb5bcf9c0a initial work on pass through mode for ReadError 2014-06-20 11:07:43 +02:00
cTn
f649418fdf moving CLI vars around 2014-06-20 10:29:01 +02:00
cTn
f70b6f64ff add i2c error counter in status bar 2014-06-16 14:13:30 +02:00
cTn
b5a1015610 DFU detection and port UI DFU option injection 2014-06-08 20:10:07 +02:00
cTn
5abe7473f8 moving send_message routine to MSP object 2014-06-01 14:10:18 +02:00
cTn
4edc9771de dropping in jquery 2.1.1 2014-05-08 15:05:21 +02:00
cTn
245328272c serial backend now support i18n 2014-05-06 16:30:53 +02:00
cTn
e1ceee4fa4 started moving messages to translation system 2014-05-06 16:19:30 +02:00
cTn
74e9256e75 correcting MSP implementation, optimizations 2014-04-11 15:11:59 +02:00
cTn
7af2c39aca moving firmware version info to gui.log 2014-03-30 12:05:18 +02:00