Commit Graph

855 Commits (9b58be1987d3333d38d6fd436db02b31bf21f55b)

Author SHA1 Message Date
cTn bf72712d2f updating d3 and jquery libraries 10 years ago
Dominic Clifton 7692b7354a Update configuration for Cleanflight settings. 10 years ago
Dominic Clifton e8bd813fb8 Re-implement model diagram on motors tab.
See 79505e42ed.
10 years ago
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
10 years ago
cTn e86172b755 cleanup the documentation 10 years ago
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).
10 years ago
cTn 9cebfb53f2 updating changelog/version/release 10 years ago
cTn e87c0ca4ee experimental bugfix for backup/restore failing under certain conditions 10 years ago
cTn 21e414f4b3 fix method name mismatch in serial layer 10 years ago
cTn ebff37ae3f fix review condition 10 years ago
cTn 8150bb7c07 swap the don't like url to point to the store support 10 years ago
cTn 19f2368bb9 return self through dialog handler function 10 years ago
Stefan Kolla 4df1e9aafc Merge pull request #66 from jaahaavi/master
Updated GPS settings
10 years ago
cTn 2eb6c0b691 stop the dialog from jumping vertically 10 years ago
jaahaavi b2cb677869 Updated GPS settings
- Added SBAS disabled (-1) to configuration tab
- Fixed GPS signal strength bars
10 years ago
cTn fb1f22b248 fix internal pointers for window resize handler in review code 10 years ago
cTn 92f085f561 fix failed indentation in last commit 10 years ago
cTn de87fab530 reworked serial layer (more verbose), added checks for chrome.runtime.lastError in connect and disconnect api calls 10 years ago
cTn 88abe0969d EXPERIMENTAL delayed connect callback chain bugfix, this took months to track down 10 years ago
cTn 5e165b286b implemented simple review mechanism 10 years ago
cTn 698aeb1bf9 correct callbacks in firmware flasher, optimize speed by updating UI between read/write operations 10 years ago
cTn 366cd018b2 whops, fixing trailing commas 10 years ago
cTn 7a0d3a1199 handle all sorts of edge cases that would otherwise break UI or functionality 10 years ago
Dominic Clifton f3020aed10 Bump release date. 10 years ago
Dominic Clifton 902da2f91d Add 'Adjustments' tab.
Cleanup 'Auxilary' tab code.
Rename other tabs to have shorter titles.
10 years ago
cTn a31282c6a3 fix vbatmincellvoltage and vbatmaxcellvoltage scale factors inside output cruncher 10 years ago
cTn 9ee7670af7 add backupFileMinVersionAccepted in data storage, release 10 years ago
cTn 9974fbd68f updating d3 10 years ago
cTn a7e7552893 updating three.js to the latest version, adding separate folder to contain the library and required extension to support canvas renderer 10 years ago
Dominic Clifton 36f447b4da Make MSP_API_VERSION check non-mandatory for now. 10 years ago
cTn be96da6098 reorder some of the cleanup routines, cleanup (experimental) 10 years ago
cTn f387ea96ac initialize connect_lock by default 10 years ago
cTn 0c2ec52bed fix accidently removed buildinfo fetch on connect 10 years ago
Dominic Clifton 2733f4832e Retrieve and display MSP API Version from new MSP_API_VERSION command.
Requires latest firmware.
10 years ago
cTn 8477573be5 doubling initialization timeout inside port handler 10 years ago
Dominic Clifton f3968aaa70 Normalize all the line endings 10 years ago
Dominic Clifton b789884f91 Saving files before refreshing line endings 10 years ago
Dominic Clifton b03ae309fb Update to match recenly renumbered MSP commands for cleanflight MSP commands. 10 years ago
Dominic Clifton 428a00e651 Update AUX config UI to use new MSP commands for mode ranges. 10 years ago
Dominic Clifton 9b1bc65384 Disabled backup/restore of old aux settings, backup of new mode ranges
still needs doing.
10 years ago
cTn 81a2872360 pulling main switch on compatibility (this should go live on November 1st 2014) 10 years ago
cTn b35590f052 exprimental restore procedure 10 years ago
cTn f30d886f79 use deep copy for all members 10 years ago
cTn a67bbac54b first set of bugfixes, store configurator version in the backup file 10 years ago
cTn 4f0ddfb5b2 highly experimental backup sequence (latest fw only), restore sequence disabled due to being outdated and incompatible 10 years ago
cTn fa2888f463 normalize backup save date 10 years ago
Dominic Clifton e892cbdbad Work in progress aux configuration ranges. 10 years ago
cTn 782cc916bd store request buffer content inside callback object 10 years ago
cTn 27942f315a updating d3 library to 3.4.12 10 years ago
cTn c34938b9d6 serial.send won't depend on callback anymore 10 years ago
cTn 437fbe2cd0 cleanup eventPage, small optimizations and stricter rules for msp send callbacks 10 years ago
cTn 3d64b87578 add callbacks to backup and restore procedures, attach success messages in callbacks, hook up analytic events 10 years ago
cTn cd4c7a8160 add SERVO_CONFIG to backup file, restoring old version will throw compatibility error 10 years ago
cTn 2c9fafe4b1 release 10 years ago
cTn 8fb24b3fa4 add callback to flashing protocols (no status yet) 10 years ago
cTn 3312bf5df2 fix timers 10 years ago
cTn 5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 10 years ago
cTn 01eac25bbc updating changelog and releaseDate property 10 years ago
cTn 62e055f654 log buildInfo on connect 10 years ago
cTn fe4240deb7 rssi_aux_channel support in receiver tab, hybrid box bugfixes 10 years ago
cTn 4719d1562d implement build info 10 years ago
cTn c24b8fb482 MSP_BUILDINFO placeholder code 10 years ago
cTn 16a68557c3 add multiwiicurrentoutput and rssi_aux_channel to data storage and msp read/write 10 years ago
cTn 177498bd20 catch some runtime errors in current context 10 years ago
cTn 6d44499f99 handle impossible default state since that's what we do now 10 years ago
cTn a0ed27c161 reorganization of several MSP methods, small optimizations 10 years ago
cTn 4412f9c263 default and initial setup renamed to landing and setup, including object adjustments 10 years ago
cTn 741961cce4 new connect message informing about missing capability 10 years ago
cTn 5d9b28c5c7 add MSP_SET_RCMAP to cruncher 10 years ago
cTn 0c175725b1 support for currentscale and currentoffset, ui fully working both read and write 10 years ago
cTn 800bfd59c8 support for multiwiicurrentoutput 10 years ago
cTn ba046031ed add midthrottle (midRc) as requested, placeholder multiwiicurrentoutput variable 10 years ago
cTn fee5219a73 move index to ascii conversion for rcmap out of msp protocol, define feature index array (will get a proper text polish in the future)
updating mixer select with missing names
10 years ago
cTn e9c4a533af finishing touches to the crunching mechanism, backup and restore is all cleaned up now 10 years ago
cTn e626fbeb7b utilizing the new data cruncher in various tabs (aux, pid, receiver) and in restore routines, unfinished (looking solid) 10 years ago
cTn bfb6e17187 removing obsolete code 10 years ago
cTn 0649a59b13 function returning specific byte from 32 bit variables (untested) 10 years ago
cTn 8a951acb82 new generic crunching mechanism that will be used with all of the future set messages 10 years ago
cTn c37b9ff0f1 merging MISCv2 into MISC since its both data structure and old fw/new fw compatible 10 years ago
cTn 7e8b1781da add RC_MAP, BF_CONFIG for storing new info that is now available, working channelLetter mapping, unfinished MISCv2 10 years ago
cTn 97d3a24787 update msp layer with new transmission codes, add transparent methods to handle the incoming data (temporary) 10 years ago
Dominic Clifton 066c355170 Remove baseflight references from filenames. 10 years ago
cTn e20806c7a8 only fire recovery routine once if bus is not recoverable 10 years ago
cTn 25edf3a4bf improving the async transmission part in serial layer 10 years ago
cTn 4b96bb39b5 updating analytics lib 10 years ago
cTn 46b3151e37 initial cleanup on the lowest level of serial layer, "system_error" bug is still unknown 10 years ago
cTn a96e804359 removing MSP pass through mode 10 years ago
cTn 36bce25ba8 add three.js to libraries 10 years ago
Dominic Clifton 79505e42ed Show model diagram on motors tab.
When testing motors it's more useful to have it present on the motors
tab so you don't have to keep cross-referencing the initial setup tab.
10 years ago
Dominic Clifton bf13a11dc2 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	_locales/en/messages.json
	changelog.html
	js/data_storage.js
	js/protocols/stm32.js
	manifest.json
	tabs/auxiliary_configuration.js
	tabs/default.css
	tabs/default.html
	tabs/firmware_flasher.js
	tabs/servos.js
10 years ago
cTn 0bd4af89c9 catch lastError cleanly in current context 10 years ago
cTn 893671fa2b check if result exists before comparison 10 years ago
cTn 9034a94135 release 10 years ago
cTn b5aeb8df2a fix typo 10 years ago
cTn 37de8dfefa new simplified flasher status UI 10 years ago
cTn 322af92d45 add / implement flash slowly option in firmware flasher
this will allow flashing via serial adapters that doesn't support 921600
flashing via various bluetooth adapters will be also possible now
(untested)
10 years ago
cTn 6dec7dfbc1 if unexpected data is received, throw an error instead of log, this will also attach a stack trace for easier debugging 10 years ago
cTn 37746bf3ed fix rare condition in which flasher could hang and wont let the user leave 10 years ago
cTn 1e681bbdd2 polish variable definitions (only indentation changes) 10 years ago
cTn a710a2fbb1 release 10 years ago
cTn 90da15b14c added time based update reminder (informing people on dev branch and ones with broken chrome auto-update mechanism) 10 years ago
cTn b337359389 fix style 10 years ago
cTn d4f4d619cf another run on undefined comparators 10 years ago
cTn 8dabc3ac91 experimenting with some undefined comparators in strict mode 10 years ago
cTn f1df9ade05 updating analytics 10 years ago
cTn b947bd1188 dumb down port handler implementation 10 years ago
cTn 179a3aa643 polish 10 years ago
cTn b77ed6b174 another refactor for global variables, bugfixes for logging tab initialization in strict mode 10 years ago
cTn f3ea5757f7 lots of work on removing global variables 10 years ago
cTn 1e0cadc039 recovery bugfix 10 years ago
cTn 696e27b503 updating d3 library 10 years ago
cTn a893261e6d more strict 10 years ago
cTn b78395d639 corrections of inline functions 10 years ago
cTn d9c315338d turning on strict mode for various js files 10 years ago
cTn 6a58fee7c4 stm32/stm32usbdfu parameters rework, removing UI options dependency 10 years ago
cTn 078d5b4ad6 move flashing protocols to separate folder 10 years ago
cTn 3a7654b433 since erasing only needed pages appears to be working correctly, removing it from experimental 10 years ago
cTn a3995a4694 lower the "contacting bootloader" timeout from buggy 4s to 1s 10 years ago
cTn 440d3250f1 release 10 years ago
cTn 2a3d261465 added time based update reminder (informing people on dev branch and ones with broken chrome auto-update mechanism) 10 years ago
cTn cc8e53205d fix style 10 years ago
cTn dbf528345e another run on undefined comparators 10 years ago
cTn d3d933a704 experimenting with some undefined comparators in strict mode 10 years ago
cTn 6138c06fa4 updating analytics 10 years ago
cTn 4bd113f28f dumb down port handler implementation 10 years ago
cTn d36d0af270 polish 10 years ago
cTn e27a194ec7 another refactor for global variables, bugfixes for logging tab initialization in strict mode 10 years ago
cTn ec44b77ff2 lots of work on removing global variables 10 years ago
cTn 377853b58a recovery bugfix 10 years ago
cTn 42e25fbb02 updating d3 library 10 years ago
cTn fc0fff017e more strict 10 years ago
cTn f16b3a479a corrections of inline functions 10 years ago
cTn 36f456d2e7 turning on strict mode for various js files 10 years ago
cTn 13d17e1528 stm32/stm32usbdfu parameters rework, removing UI options dependency 10 years ago
cTn 93ab8dfba3 move flashing protocols to separate folder 10 years ago
cTn 8d67811644 since erasing only needed pages appears to be working correctly, removing it from experimental 10 years ago
cTn b47892eca1 lower the "contacting bootloader" timeout from buggy 4s to 1s 10 years ago
Dominic Clifton 1688b41eb2 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	changelog.html
	main.js
10 years ago
cTn 04960012ca tiny method re-order in serial layer 10 years ago
cTn 85bee11712 use analytics exception API to handle/report serial related issues 10 years ago
cTn 1885fba5a0 analytics overhaul 10 years ago
cTn 8a52551671 request and store MSP_BOXIDS (for reasons unknown at the moment) 10 years ago
cTn 930a7f482f updating libs 10 years ago
cTn 75e0accf75 hookup new cleanup system 10 years ago
cTn 5efb1685a4 moving default tab to new tabs object 10 years ago
cTn 7e67cccf96 adding new tabs object (will contain all tab methods in the future) 10 years ago
cTn aca493301a simplify some interval cleaning code 10 years ago
cTn 3f063f6654 initial stab on preventing tab switch chaining 10 years ago
cTn 795502a585 enforce stronger interval cleanup 10 years ago
Dominic Clifton 58f933e92c Merge remote-tracking branch 'multiwii/master'
Conflicts:
	_locales/en/messages.json
	tabs/auxiliary_configuration.html
	tabs/auxiliary_configuration.js
	tabs/receiver.css
10 years ago
Dominic Clifton 9c6fdf81c8 Update servos tab to support cleanflight's cleaner implementation of
channel forwarding which doesn't re-use 'middle'

This essentially removes the legacy multiwii hack support.
10 years ago
cTn 785109e9e2 cleanup all timeouts on disconnect, fixes hanging CLI cleanup on hot-disconnect 10 years ago
cTn a7975883ee use GUI status instead of UI status 10 years ago
cTn 343cb15e61 another experimental fix for serial "system_error" 10 years ago
cTn 0baad91237 track bus recovery so it wouldn't fall into infinite loop, experimental fix 10 years ago
cTn f269c8a8b4 serial error events hookup 10 years ago
cTn 05dfaf910d sprinkle in some tracking events for firmware flashing 10 years ago
cTn 959edc85e7 onReceiverError handle implementation 10 years ago
cTn e37da07bc8 interval timers bugfixes 10 years ago
cTn f352c4edbe kill motors on sudden application close
#34
10 years ago
cTn f2aa899fe0 polishing firmware flasher UI and messages 10 years ago
cTn 86aa6a282c dangerous things that people want... 10 years ago
cTn bf1c58f1bd cleanup 10 years ago
cTn 61bed4770f cosmetic change 10 years ago
cTn 8273081fdd moving kinematics data to array 10 years ago
cTn cb5bcf9c0a initial work on pass through mode for ReadError 10 years ago
cTn f649418fdf moving CLI vars around 10 years ago
cTn 0a2947b1ab sort out usb api errors in canary 10 years ago
cTn f70b6f64ff add i2c error counter in status bar 10 years ago
cTn 22cc8f0b96 move one comment over to correct block 10 years ago
cTn 99c5906a4b now that's a proper cleanup 10 years ago
cTn c0387850aa jump to application code routine cleaned up 10 years ago
cTn 1fb060e0fa remove obsolete chunk of code 10 years ago
cTn 7d3a29c0b7 clearStatus and loadAddress now return data 10 years ago
cTn e8fa4e1822 documentation and major cleanup for DFU_DNLOAD 10 years ago
cTn 623c049b5e ugly fix for outstanding call error 10 years ago
cTn 7bdd43fd1c make the validation pass on hexes with holes 10 years ago
cTn be9cd9f606 implemented jump into app code 10 years ago
cTn dce248e404 working verify (address jumps not tested) 10 years ago
cTn 4425dfb5c3 split write into load address and write routines 10 years ago
cTn 4fdbb8468b working flashing, broken verify 10 years ago
cTn 176566f72e add missing ; 10 years ago
cTn 3e30482076 working full chip erase 10 years ago
cTn 21b0f447b6 initial work on full erase 10 years ago
cTn 12364ec087 implementing first 2 upload procedure methods 10 years ago
cTn 92f9b40fc0 implementing openDevice and claimInterface 10 years ago
cTn b5a1015610 DFU detection and port UI DFU option injection 10 years ago
cTn a0582fd79f adding request usb permissions UI (DEV only) 10 years ago
cTn cda43ac9bf add additional permissions so we can use USB api 10 years ago
cTn 8231c60b3c initial implementation of control transfer in/out 10 years ago
cTn c4e1cf2600 initial (header) work on STM32DFU 10 years ago
cTn b09620b6ae remove obsolete needle, cleanup 10 years ago
Dominic Clifton 7e62e98bac Support AUX1-8 on the 'Auxiliary Configuration' tab. 10 years ago
cTn 5abe7473f8 moving send_message routine to MSP object 10 years ago
cTn 46cf844e7e display current draw in A not mA 10 years ago
cTn d68bd29191 initial support for current sensor code from Lux 10 years ago
cTn f7f48c48b4 updating d3 11 years ago
cTn ce0600b940 keep speed indicators on 0 while disconnected 11 years ago
cTn 5f07390d45 stuff rcData to array (allocating up to 32 chan) 11 years ago
cTn 4edc9771de dropping in jquery 2.1.1 11 years ago
cTn 20e2995fb4 localization can now replace placeholder attr 11 years ago
cTn aaacf6cea8 support global and local chip erase 11 years ago
cTn af15110fa6 handle holes in hex gracefully 11 years ago
cTn eb92009bcb experimental local erase, needs testing 11 years ago
cTn 6a33801463 default tab moved to i18n 11 years ago
cTn 245328272c serial backend now support i18n 11 years ago
cTn e1ceee4fa4 started moving messages to translation system 11 years ago
cTn 7e82e96114 add support for MSP_PIDNAMES 11 years ago
cTn 854a17e0f2 preparing some stuff for dongs 11 years ago
cTn a6fcdbdecf updating d3 11 years ago
Tobias Raeder de26bdb0d0 Use d3 to render the sensors tab 11 years ago
cTn 1c7906ad00 updating d3 to version 3.4.5 11 years ago
cTn b14d26d530 initial implementation of request delay balancer 11 years ago
cTn 9165fc65de release 11 years ago
cTn 74e9256e75 correcting MSP implementation, optimizations 11 years ago
cTn e0510603d8 info box with voltage & rssi on initial setup 11 years ago
cTn 7af2c39aca moving firmware version info to gui.log 11 years ago
cTn 8d6702c15e lowering MSP_STATUS pull speed to 250ms 11 years ago
cTn 13ce2dc11b polish 11 years ago
cTn 614abc9345 adding D3 to libraries 11 years ago
cTn 6f1b603d3e don't save reference to function we dont need 11 years ago
cTn 58d43c381b removal of char_counter, new port_usage, i18n
added bitrate to serial object, removed last bits of 'port_handler'
interval code forgotten in the kill routines, new port_usage is now
saved in a separate file
11 years ago
cTn a7fab85d42 updating flotr2, rework of graph pull timers 11 years ago
cTn 36a79f8902 simplify 11 years ago
cTn c9d22a9002 initial changes required for i18n system 11 years ago
cTn 985d5233a2 resolving callback hell in backup routine 11 years ago
cTn dcdccd683d detach listeners and remove element data 11 years ago
cTn b11a84217b performance boost 11 years ago
cTn 578937fd2c remove useless code 11 years ago
cTn 30df0d6ec5 polish 11 years ago
cTn ade74446b3 bugfixes 11 years ago
cTn 1722ac5c18 updating analytics bundle 11 years ago
cTn 9b29f78e3e whitespace trimming run 11 years ago
cTn 0607ccbff4 no need to reverse itter over here 11 years ago
cTn 3e969fe08a more reliable port handler cleanup 11 years ago
cTn dfdddad767 polishing backup object 11 years ago
cTn 96d2bdbb12 only enforce mincommand if necessary 11 years ago
cTn 7d097a51b6 auto connect bugfixes 11 years ago
cTn 2d1099a3a9 rework & tiny optimizations 11 years ago
cTn 6e9ac33cba bugfixes 11 years ago
cTn bf3a6b40b3 callbacks_cleanup bugfix 11 years ago
cTn 9a0fbbe96b initial work on callbacks_cleanup 11 years ago
cTn 927589e22f clear callbacks the smarter way 11 years ago
cTn 09a1252410 mostly working flash on connect sequence 11 years ago
cTn 0c3374d8a1 add port handler support for non-timeout callbs 11 years ago
cTn d5b64cb291 verify version on connect 11 years ago
cTn ad3382a91f clean callbacks/timeouts the smart way 11 years ago
cTn 4a08e16e5e port handler improvements 11 years ago
cTn 6889c0c800 change motor tab behavior/ui
fixes #26
11 years ago
cTn 0339f87d86 more robust approach 11 years ago
cTn 7d4e7f8310 write to file IO bugfix 11 years ago
cTn 23ad4a9426 do things properly not like a troll 11 years ago
cTn d92704c374 .interval_kill_all method enhancements / bugfix 11 years ago
cTn 38d6a80ae2 major port handler rework 11 years ago
cTn 844121e4bf implemented new more powerful port handler 11 years ago
cTn e1a15b2bb4 deploying callback/timeout system for all MSP
commands, i am currently using static timeout (interval) of 1000ms, this
might be changed in the future
11 years ago
cTn c44f1bb36d utilize MSP_SET_MOTOR callback (its possible now) 11 years ago
cTn 65555b224c added profile select in PID tab 11 years ago
cTn 8e97a68cb1 bumping up bitrate for testing 11 years ago
cTn dc7ac9e242 rename 11 years ago
cTn 88ed454169 bugfix / cleanup routine for delayed data
requests that could leak into CLI and cause corruption
11 years ago
cTn 238f18b5c5 reordering, muting excessive logging 11 years ago
cTn f566596bc7 cleanup 11 years ago
cTn 2af2db5808 cleanup 11 years ago
cTn e6a6f0a075 support new ihxer parser (needs cleanup), tested 11 years ago
cTn 7bde2a159e new ihex parser 11 years ago
cTn e2cfa50262 moving workers to js folder 11 years ago
cTn 2b416c6821 print udid on connect 11 years ago
cTn a9f73b6384 no more playing nice with official msp 11 years ago
cTn 8686a45831 adding more user-notify messages 11 years ago
cTn e3ec48452c utilize latest changes in serial lib 11 years ago
cTn 4b2d5c4a48 upgrading serial lib 11 years ago
cTn 9de5cdcf84 extra failsafe to trigger while leaving motor tab 11 years ago
cTn 9b63c082d1 more .log hooks 11 years ago
cTn 5b130cfc9b adjusting element sizes due to window size change
disabling compass UI
11 years ago
cTn a30569077a removing obsolete notify, first hooks to GUI.log 11 years ago
cTn 2ebd108f43 initial log window implementation 11 years ago
cTn 2ce29db887 more dynamic approach to pid parsing 11 years ago
cTn f5113a55e2 implementation for current canary 34 11 years ago
cTn 51066a1962 removing 300 baud, STM32 flasher note 11 years ago
cTn 6ee1982050 always try to consume all of the data in retrieve 11 years ago
cTn 35d66ed4c3 moving MSP related data object to separate file 11 years ago
cTn e5041c233e adjusting MSP according to the latest bf changes 11 years ago
cTn 14d125a4ad shaving down some delay time 11 years ago
cTn 853860b1ad bugfixes 11 years ago
cTn ee52ab0aaf had it right the first time 11 years ago
cTn c2a4223868 flashing protocol changes 11 years ago
cTn 2402c1b49b global serial statistics, remove obsolete code 11 years ago
cTn c51e6eb2fb add function name (listeners readability/clarity) 11 years ago
cTn d2a7b4559b removing obsolete parameter 11 years ago
cTn c98bdd9f54 traffic tracking inside serial backend 11 years ago
cTn b0c4b1cf1b wider scope 11 years ago
cTn d258cab005 don't repeat the same code 11 years ago
cTn c389a71ece adding method to empty send buffer, limits 11 years ago
cTn c7dae0f5e3 speed up 11 years ago
cTn 476a04fda3 cleanup on disconnect 11 years ago
cTn e907531114 internal serial output buffer 11 years ago
cTn cbf4db1efe debug message for timed out MSP commands 11 years ago
cTn 2579b7d394 MSP - on fail retry codes that requested callback
#close 11
11 years ago
cTn 21af65567c created MSP disconnect cleanup routine 11 years ago
cTn 384502eb3a rename 11 years ago
Lukas S 5040bca974 fix mag scale factor 11 years ago
cTn 8c95ee1ca7 changing scale factors 11 years ago
cTn aa49e8c375 different approach to serial API logging 11 years ago
cTn 7edc3605e5 updating jquery to 2.1.0 11 years ago
cTn bb7bedaf14 log baud speed on port.connect 11 years ago
cTn 39075c06ab drop junk in input buffer before entering CLI
this could use some polishing but i think it will do for now
close #21
11 years ago
cTn c0937ddbd4 splitting MSP and CLI integration, new serial api 11 years ago
cTn a004eeecae updating stm32 flashing speeds 11 years ago
cTn 763696b380 changing flasher speeds 11 years ago
cTn cdad9db791 updating analytics bundle 11 years ago
cTn f13f07942e bugfix 11 years ago
cTn e27f8019d7 cleanup & improvements, callback approach 11 years ago
cTn 643a894730 working firmware flasher 11 years ago
cTn e45d1e69a9 primary backend upgrade 11 years ago
cTn 8acb539f70 upgrading cleanup routine to latest serial 11 years ago
cTn 64fe1d7b05 updating msp 11 years ago
cTn 9caa5e251e adding new serial object utilizing new serial api 11 years ago
cTn b9a09b38a0 callback based upload for restoring settings 11 years ago
cTn 10caea40d4 don't allow reading files bigger then 1MB 11 years ago
cTn 957e1d3bd4 extending backup support (MISC) 11 years ago
cTn edbf03aa3f support for mag_declination and UI polish 11 years ago
cTn 467b228b34 MISC UI implementation for battery
fixes #15
11 years ago
cTn f72a99f327 get MISC implementation 11 years ago
cTn d4c5c3406d reset packet state on hot-disconnect 11 years ago
cTn 3508319e15 slow down port polling to 250ms 11 years ago
cTn 64038b64a0 enable MSP_STATUS update in servos tab 11 years ago
cTn 353b591c70 adding auto-connect text, style, tooltip 11 years ago
cTn 114176c074 auto-connect support 11 years ago
cTn d635fe0bde *christmas evening commit*
fixes #17
11 years ago
cTn 6992f4b7f9 removing obsolete timeout 11 years ago
cTn 4cf41a4296 reset status bar members after disconnecting 11 years ago
cTn 3574953c38 removing obsolete code 11 years ago
cTn 01a5c753aa bugfixes & tiny optimizations 11 years ago
cTn fd62b8568c validation 11 years ago
cTn e7a02d0e21 moving to GUI integrated interval/timeout model 11 years ago
cTn 5e636b2920 adding over-flash protection 11 years ago
cTn 64dbef2c58 simplify hex referencing 11 years ago
cTn 89f6b1bf71 adding more debug functionality 11 years ago
cTn a81cdb6d9d polishing serial backend and background page 11 years ago
cTn 49317da015 polishing flashing protocol 11 years ago
cTn e9879ea545 adding missing GUI unlock/cleanup on error 11 years ago
cTn 586e166ab7 polishing 11 years ago
cTn 26a969b2cf improving interval methods in GUI object 11 years ago
cTn ac85aeff8a adding packet error indicator in status bar
fixes #8
11 years ago
cTn 0344110c2d using IDENT as first callback to draw initial tab
fixes #10
11 years ago
cTn 42101ec791 initial tab init moved to serial backend
#10
11 years ago
cTn 5d1a8f7aa1 adding cleanup routine for new timer code in aux
#12
11 years ago
cTn 607abbd046 moving request for MSP_BOXNAMES & MSP_BOX
to aux tab, as the content can dynamically change (while changing
configuration via CLI)
#12
11 years ago
cTn 71677c2b68 reverse last speed change for compatibility 11 years ago
cTn a1610a0d0e use higher bitrate, incompatible with chrome < 33 11 years ago
cTn 36960513e3 polishing bitrate selector 11 years ago
cTn 8253e49e2b removing obsolete debug code 11 years ago
cTn 77f00b0c6b support for already initialized mcu 11 years ago
cTn bb5bffc555 bugfix 11 years ago
cTn 04ee01f057 loosing up verification for interface init 11 years ago
cTn bc0393e932 updating lib 11 years ago
cTn 56251916aa handle connecting failure more gracefully 11 years ago
cTn e99cbcecee polishing connect UI 11 years ago
cTn d21dc8c916 implemented automatic port poll/refresh 11 years ago
cTn cf601a38f3 some initial fixes, still broken :'( 11 years ago
cTn 55de43255c implements progress bar fix #7 11 years ago
cTn f490f99596 processing hex file in different thread 11 years ago
cTn 1a80ecff44 variable bitrate definition per OS 11 years ago
cTn 557ed55144 improving GUI object 11 years ago
cTn c106f45ebf streamlining 11 years ago
cTn bbd0842927 adding notes 11 years ago
cTn f66e97608f more debug info 11 years ago
cTn 3d7f66f586 updating supported chips table 11 years ago
cTn 71ee8d5ad1 utilizing new hex parser 11 years ago
cTn c57d52c3d5 new more powerful hex parser 11 years ago
cTn 26803515f5 bugfixes & polishing 11 years ago
cTn fd50a72d0a polishing last commit 11 years ago
cTn 0339c396a7 new approach of dealing with the reboot "R" 11 years ago
cTn 75ff1dcc90 adding support for connect_lock property in GUI 11 years ago
cTn 89b2f79c52 polishing 11 years ago
cTn bac9677d15 bugfixes 11 years ago
cTn eb694f866f routine update 11 years ago
cTn a06e37603f polishing across the board 11 years ago
cTn 0f2c2f2a1d adding support for baseflights "R" bootloader jump 11 years ago
cTn d3cd348ac3 initial implementation of stm32 flash procedure 11 years ago
cTn 3304bcf6f3 adding & utilizing hex reader 11 years ago
cTn 1bc89ae22a adding latest stuff to MSP 11 years ago
cTn edc7df490c motor testing implementation (needs to be polished) 11 years ago
cTn 2bcb19fd42 also log MSP.code when crc fails 11 years ago
cTn 7948fb55bb increasing reboot delay to 5 seconds 11 years ago
cTn 4e3dc6fa64 moving main.js to root folder 11 years ago
cTn 0cc045317b fixing datatype and adding new property 11 years ago
cTn 475b331816 removing about page 11 years ago
cTn 74323d894f bugfixes + removing obsolete code 11 years ago
cTn 0f23b5f5d9 utilizing tab_switch_cleanup functionality 11 years ago
cTn 36604ca724 implementing GUI object with active_tab tracking 11 years ago
cTn 9ed0ebc4d6 moving libraries to appropriate folder 11 years ago
cTn fbc886787d strongly refactored MSP with callback support 11 years ago
cTn 05dc57ceb7 locked tabs notify 11 years ago
cTn e532edc748 visual notify for open/close serial port error 11 years ago
cTn 4fcd47b7e3 failed to open port (still requires notification) 11 years ago
cTn a0db304bab bugfixes 11 years ago
cTn 32a140268d save button now actually save the configuration 11 years ago
cTn 5f6aeb72f8 initial work on servos 11 years ago
cTn 711a052f04 adding servos tab 11 years ago
cTn 0497924b9c updating MSP 11 years ago
Stefan Kolla 737207ccd6 Merge pull request #3 from davibe/master
Add debug graphs to raw sensor data tab
11 years ago
Davide Bertola f8bab91562 Add debug graphs to raw sensor data tab 11 years ago
cTn 45da60fc3e implemented "landing page" and changelog 11 years ago
cTn efd0286f99 utilizing multiType 11 years ago
cTn 30c2faa2d5 display mode values in aux tab (realtime) 11 years ago
cTn bced4d0cb5 updating google-analytics-bundle 11 years ago
cTn 89ca55a3da receiver tab with interactive curves
special thanks to englishman for the math magic involved
11 years ago
cTn 150038e65a optimizing 11 years ago
cTn 1ff4fcb669 adding some google analytics stuff in 11 years ago
cTn b3f00e6174 adding jquery map to the repo 11 years ago
cTn 73d47889c3 RAW sensor tab with pulling speed selectors 11 years ago
cTn 8701c2d913 updating jquery to the latest version 11 years ago
cTn 785cccfcbf save profile number in primary CONFIG object 11 years ago
cTn d27660492e cleaning up 11 years ago
cTn a42a464d1f fix for BUS holding after onClose 11 years ago
cTn 52e46bd9e2 removing a faulty attempt to resolve onClosed 11 years ago
cTn 11cd53f253 possible bugfix for last_port_used creation fail 11 years ago
cTn 48ceb6bb66 experimental bugfix for BUS holding 11 years ago
cTn 2b4e5642b3 experimental storage of last used port in GUI 11 years ago
cTn fa90fbcbc4 AUX array overflow bugfix, bug found by disq 11 years ago
cTn 29343686c5 upload section for the restore function 11 years ago
cTn 9ad8534f0c initial strikes for backup and restore featureset
currently the backup part (file creation and latest data pull appears to
be working just fine)
restore part of the code is already able to pickup and read the file
(without any version verifications (for now, will add some if necessary
/ needs more field testing)
next step is to push the reconstructed values to the respective data
arrays and objects and then uploading this new data to the flight
controller
11 years ago
cTn 652f560e42 Cycle Time value is now visible in status bar 11 years ago
cTn 4b7db06fab updating jquery to v2.0.2 11 years ago
cTn 58d34ee9e5 initial code for gps strength indicator 11 years ago
cTn b040b01be8 bugfixes & UI polish 12 years ago
cTn 53eecaba14 accel trim support 12 years ago
cTn 0a1b8c5d03 battery voltage indicator 12 years ago
cTn 369a3cb020 about tab and other tiny improvements 12 years ago
cTn 88e7bc8a9f CLI bugfixes 12 years ago
cTn 12d205a6a4 polishing 12 years ago
cTn b892fcb376 better handling of wrong baud rate
+ some tiny UI changes due to the #content change for mac os x which
kinda broke the "floating" tabs hack with absolute position
12 years ago
cTn ac1090b4a4 CLI tab 12 years ago
cTn e1c1522da5 css3 compass O.o 12 years ago
cTn a8c76cf278 RAW sensor data plot tab 12 years ago
cTn f9bf55a64b GPS info block for initial tab 12 years ago
cTn 514dd8a692 initial sensor tab commit 12 years ago
cTn f8125289b6 attitude visualization via simple 3d block 12 years ago
cTn 6e2afc6913 Motor/Servo Output tab & port usage indicator 12 years ago
cTn 14ef72b7ea full dynamic support for Auxiliary Configuration 12 years ago
cTn cdd8a4e2b2 AUX improvements 12 years ago
cTn 78efe0df5b initial AUX config hooks 12 years ago
cTn 2f9db4fa4e Receiver and PID tab fully implemented, enjoy 12 years ago
cTn d450a3f518 full PID tuning support
RC related tunings like expos, etc will be available inside Receiver tab
12 years ago
cTn 37c576bd24 saving of PID tunings is fully working now 12 years ago
cTn b064b11740 adding some notes 12 years ago
cTn c7f88dcdc4 initial support for receiver data viewing 12 years ago
cTn 5bd32c2246 serial backend support to read PID data 12 years ago