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

104 commits

Author SHA1 Message Date
Dominic Clifton
88a9699487 Drop support for old API and configuration backups. Additional code is
required to migrate and support pre 1.8.x serial port configuration.  

This commit is just to limit user expectations until such code is
written.
2015-03-03 23:29:11 +00:00
Dominic Clifton
831e4a848e Merge branch 'blackbox-flash' of
https://github.com/sherlockflight/cleanflight-configurator-dev into
sherlockflight-blackbox-flash

Conflicts:
	_locales/en/messages.json
2015-02-22 21:51:18 +00:00
Dominic Clifton
31fd709351 Update changelog, bump verson and prepare for release. 2015-02-20 20:11:01 +00:00
Nicholas Sherlock
7fb9f43b00 Merge remote-tracking branch 'upstream/development' into blackbox-flash 2015-02-16 17:45:47 +13:00
Nicholas Sherlock
49741b45a8 Add progress dialogs for flash save and erase 2015-02-13 21:05:36 +13:00
Dominic Clifton
39be4d9e62 Update changelog and prepare for release. 2015-02-03 00:18:50 +00:00
Nicholas Sherlock
0f22b92e35 Add dataflash tab: Very basic functionality is working 2015-01-31 00:41:41 +13:00
Dominic Clifton
35200e5a36 Support changing PID controller in the GUI. 2015-01-29 18:27:50 +01:00
Krzysztof Rosinski
39c70ce9b8 Add sonar data storage 2015-01-28 22:28:19 +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
6a11e44802 Bump minimum API version up - needs latest firmware for LED strip/ring
compatibility.
2015-01-23 02:26:19 +01:00
Dominic Clifton
8870f9731d Prepare for release 0.60.0. 2015-01-16 18:06:04 +00:00
Dominic Clifton
683e68b036 Add support for MSP_LED_STRIP_CONFIG. 2015-01-08 23:21:17 +00:00
Dominic Clifton
6031907163 Merge branch 'development' of https://github.com/Roeland54/cleanflight-configurator into Roeland54-development 2015-01-08 01:37:19 +00:00
Dominic Clifton
eda54f13db Update RSSI channel configuration. 2015-01-07 13:51:08 +00:00
Roeland Lutters
32a27b73a7 CLI available for old firmware versions 2015-01-06 20:35:58 +01:00
Dominic Clifton
dfdb5cd99d Prepare for 0.58.0 release. 2015-01-03 22:31:12 +00:00
Dominic Clifton
d671bff583 First cut of functional 'Ports' tab. Support backup and restore of
serial port scenarios and baud rates.  Add note to 'features' tab.
2015-01-03 00:58:52 +00:00
Dominic Clifton
32820853ce Updating to use API version 1.1. 2015-01-02 19:31:50 +00: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
9cebfb53f2 updating changelog/version/release 2014-12-06 15:40:38 +01:00
cTn
366cd018b2 whops, fixing trailing commas 2014-11-15 01:18:04 +01:00
Dominic Clifton
f3020aed10 Bump release date. 2014-11-09 00:58:16 +00:00
Dominic Clifton
902da2f91d Add 'Adjustments' tab.
Cleanup 'Auxilary' tab code.
Rename other tabs to have shorter titles.
2014-11-09 00:46:12 +00:00
cTn
9ee7670af7 add backupFileMinVersionAccepted in data storage, release 2014-10-31 11:27:15 +01: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
Dominic Clifton
428a00e651 Update AUX config UI to use new MSP commands for mode ranges. 2014-10-12 23:47:20 +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
2c9fafe4b1 release 2014-10-06 00:07:28 +02:00
cTn
01eac25bbc updating changelog and releaseDate property 2014-09-29 20:48:28 +02:00
cTn
4719d1562d implement build info 2014-09-24 15:35:20 +02:00
cTn
16a68557c3 add multiwiicurrentoutput and rssi_aux_channel to data storage and msp read/write 2014-09-24 15:09:09 +02:00
cTn
0c175725b1 support for currentscale and currentoffset, ui fully working both read and write 2014-09-18 13:21:48 +02:00
cTn
800bfd59c8 support for multiwiicurrentoutput 2014-09-18 12:24:38 +02:00
cTn
ba046031ed add midthrottle (midRc) as requested, placeholder multiwiicurrentoutput variable 2014-09-17 20:13:13 +02:00
cTn
c37b9ff0f1 merging MISCv2 into MISC since its both data structure and old fw/new fw compatible 2014-09-16 15:43:04 +02:00
cTn
7e8b1781da add RC_MAP, BF_CONFIG for storing new info that is now available, working channelLetter mapping, unfinished MISCv2 2014-09-16 14:48:36 +02:00
cTn
a96e804359 removing MSP pass through mode 2014-09-08 17:52:07 +02:00
cTn
9034a94135 release 2014-08-31 16:52:55 +02:00
cTn
440d3250f1 release 2014-08-18 19:29:36 +02:00
cTn
2a3d261465 added time based update reminder (informing people on dev branch and ones with broken chrome auto-update mechanism) 2014-08-17 13:29:07 +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
8a52551671 request and store MSP_BOXIDS (for reasons unknown at the moment) 2014-07-11 17:52:56 +02:00
cTn
8273081fdd moving kinematics data to array 2014-06-20 12:39:42 +02:00
cTn
c4e1cf2600 initial (header) work on STM32DFU 2014-06-08 17:16:44 +02:00
cTn
b09620b6ae remove obsolete needle, cleanup 2014-06-07 17:54:51 +02:00
cTn
d68bd29191 initial support for current sensor code from Lux 2014-05-29 20:16:32 +02:00
cTn
5f07390d45 stuff rcData to array (allocating up to 32 chan) 2014-05-15 13:12:13 +02:00