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

752 commits

Author SHA1 Message Date
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
e86172b755 cleanup the documentation 2014-12-16 10:21:07 +01:00
jaahaavi
9cf60224b2 Added Warning Cell Voltage
Added Warning Cell Voltage to Battery voltage in Configuration tab. When battery has deployed to level that is defined with warning cell voltage buzzer starts slow beeping and copter can still land safely. When min voltage is reached beeper start fast "screaming" and LIPO is empty (to point when it could be damaged from over discharging if using that default 3.3V).
2014-12-09 10:37:02 +02:00
cTn
9cebfb53f2 updating changelog/version/release 2014-12-06 15:40:38 +01:00
cTn
e87c0ca4ee experimental bugfix for backup/restore failing under certain conditions 2014-12-05 10:24:20 +01:00
cTn
21e414f4b3 fix method name mismatch in serial layer 2014-12-05 10:23:53 +01:00
cTn
ebff37ae3f fix review condition 2014-11-29 21:49:55 +01:00
cTn
8150bb7c07 swap the don't like url to point to the store support 2014-11-29 11:40:18 +01:00
cTn
19f2368bb9 return self through dialog handler function 2014-11-29 11:34:13 +01:00
Stefan Kolla
4df1e9aafc Merge pull request #66 from jaahaavi/master
Updated GPS settings
2014-11-29 10:15:19 +01:00
cTn
2eb6c0b691 stop the dialog from jumping vertically 2014-11-25 20:49:43 +01:00
jaahaavi
b2cb677869 Updated GPS settings
- Added SBAS disabled (-1) to configuration tab
- Fixed GPS signal strength bars
2014-11-23 11:41:24 +02:00
cTn
fb1f22b248 fix internal pointers for window resize handler in review code 2014-11-22 08:28:56 +01:00
cTn
92f085f561 fix failed indentation in last commit 2014-11-22 06:54:25 +01:00
cTn
de87fab530 reworked serial layer (more verbose), added checks for chrome.runtime.lastError in connect and disconnect api calls 2014-11-22 06:31:46 +01:00
cTn
88abe0969d EXPERIMENTAL delayed connect callback chain bugfix, this took months to track down 2014-11-21 13:50:02 +01:00
cTn
5e165b286b implemented simple review mechanism 2014-11-21 08:40:43 +01:00
cTn
698aeb1bf9 correct callbacks in firmware flasher, optimize speed by updating UI between read/write operations 2014-11-15 13:44:12 +01:00
cTn
366cd018b2 whops, fixing trailing commas 2014-11-15 01:18:04 +01:00
cTn
7a0d3a1199 handle all sorts of edge cases that would otherwise break UI or functionality 2014-11-11 11:59:12 +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
a31282c6a3 fix vbatmincellvoltage and vbatmaxcellvoltage scale factors inside output cruncher 2014-11-03 18:36:29 +01:00
cTn
9ee7670af7 add backupFileMinVersionAccepted in data storage, release 2014-10-31 11:27:15 +01:00
cTn
9974fbd68f updating d3 2014-10-28 16:58:46 +01:00
cTn
a7e7552893 updating three.js to the latest version, adding separate folder to contain the library and required extension to support canvas renderer 2014-10-25 14:06:20 +02: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
f387ea96ac initialize connect_lock by default 2014-10-19 15:55:56 +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
8477573be5 doubling initialization timeout inside port handler 2014-10-17 11:52:52 +02:00
Dominic Clifton
f3968aaa70 Normalize all the line endings 2014-10-15 15:27:57 +01:00
Dominic Clifton
b789884f91 Saving files before refreshing line endings 2014-10-15 15:26:49 +01:00
Dominic Clifton
b03ae309fb Update to match recenly renumbered MSP commands for cleanflight MSP commands. 2014-10-14 01:02:46 +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
Dominic Clifton
9b1bc65384 Disabled backup/restore of old aux settings, backup of new mode ranges
still needs doing.
2014-10-12 23:44:45 +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
b35590f052 exprimental restore procedure 2014-10-12 18:00:44 +02:00
cTn
f30d886f79 use deep copy for all members 2014-10-12 16:55:49 +02:00
cTn
a67bbac54b first set of bugfixes, store configurator version in the backup file 2014-10-12 16:16:47 +02:00
cTn
4f0ddfb5b2 highly experimental backup sequence (latest fw only), restore sequence disabled due to being outdated and incompatible 2014-10-12 16:06:48 +02:00
cTn
fa2888f463 normalize backup save date 2014-10-12 14:50:55 +02:00
Dominic Clifton
e892cbdbad Work in progress aux configuration ranges. 2014-10-11 23:10:20 +01:00
cTn
782cc916bd store request buffer content inside callback object 2014-10-10 00:33:19 +02:00
cTn
27942f315a updating d3 library to 3.4.12 2014-10-09 11:53:09 +02:00
cTn
c34938b9d6 serial.send won't depend on callback anymore 2014-10-08 11:15:02 +02:00
cTn
437fbe2cd0 cleanup eventPage, small optimizations and stricter rules for msp send callbacks 2014-10-07 17:40:52 +02:00
cTn
3d64b87578 add callbacks to backup and restore procedures, attach success messages in callbacks, hook up analytic events 2014-10-06 16:07:47 +02:00
cTn
cd4c7a8160 add SERVO_CONFIG to backup file, restoring old version will throw compatibility error 2014-10-06 15:24:34 +02:00