Commit Graph

86 Commits (a348b5de8e5db695166be3714825f3fe21432ad2)

Author SHA1 Message Date
Dominic Clifton a348b5de8e Support RC and Stable firmware releases. 10 years ago
Dominic Clifton 9f07f438e2 Update firmware flasher so it formats the release notes a little. 10 years ago
Dominic Clifton b9fbb5447d Delete unused baseflight code from firmware flasher. 10 years ago
Roeland Lutters de3494146c Fixed firmware version Displayed hours. 10 years ago
Roeland Lutters f71eba5760 Fixed the displayed firmware-date in the firmware flasher. 10 years ago
Paul Rogalinski 7a800444b5 Force the user to pick a fimrware before loading 10 years ago
Thomas Greer 8935054584 Fixed transposed URLs in firmware flasher 10 years ago
Dominic Clifton ccc0b839e6 Minor tweaks to the firmwre flasher. 10 years ago
Dominic Clifton c6867d3c52 Update the firmware flasher to provide more details about the release.
Add warning message about target selection.
10 years ago
Dominic Clifton dac49093a0 Update firmware flasher so that it uses files available via the github
releases api.
10 years ago
Paul Rogalinski 2f9e2b13c5 fixed typos 10 years ago
Paul Rogalinski a8a6b8904c fixed async issues, added string formatter proto 10 years ago
Dominic Clifton 6051876f23 commit of broken code for a js expert to fix. 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 277d39109a sort out dates in js 10 years ago
cTn 7f2dab0e4a moving to different time format 10 years ago
cTn dc633f2421 fix release/time sorting of fetched builds, optimize, needs more testing 10 years ago
cTn 7a0d3a1199 handle all sorts of edge cases that would otherwise break UI or functionality 10 years ago
cTn 97e37347d6 implementing the highly wanted select box for hand picking firmware builds that are available on baseflight.net 10 years ago
cTn 3a4b41b259 assign correct error message for fetching online firmware 10 years ago
cTn 72447a6103 set release filter to accept NAZE only 10 years ago
cTn ad005a3f1c revamped option part of firmware flasher UI 10 years ago
cTn ed7600facc implement support for flashing development firmware (first iteration, done via checkbox) 10 years ago
cTn 3c4307ae57 add initialization timeout for flash on connect, rework functionality so each new detected port can trigger flashing sequence 10 years ago
cTn b6097d6271 move parse_hex function away from the global context 10 years ago
cTn 63768b0af0 correct the value returned by getDate, display GMT offset 10 years ago
cTn f9ff34fb8b prevent re-sending analytics appview on tab re-initialization, add 1500ms delay on configuration save & reboot 10 years ago
Dominic Clifton 875a81e11d Update URLs for firmware and changelog. 10 years ago
cTn 5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 10 years ago
cTn 4412f9c263 default and initial setup renamed to landing and setup, including object adjustments 10 years ago
cTn 9c6d803334 firmware received from the github server can now be saved locally (as requested) 10 years ago
Dominic Clifton 6a360d973b Update URLs to use cleanflight again. 10 years ago
cTn 911ddba278 only request firmware info from github api when firmware is valid 10 years ago
cTn b1390b0b01 updating changelog 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 e27a194ec7 another refactor for global variables, bugfixes for logging tab initialization in strict mode 10 years ago
cTn 9043358348 enabling strict in last 2 tabs 10 years ago
cTn 13d17e1528 stm32/stm32usbdfu parameters rework, removing UI options dependency 10 years ago
cTn 1885fba5a0 analytics overhaul 10 years ago
cTn e49f4ea5ff converting tab object initialization 10 years ago
cTn 799fc76c8e hooking up all of the active_tab references 10 years ago
cTn 75e0accf75 hookup new cleanup system 10 years ago
cTn 31dcbbfa91 firmware flasher support in tabs 10 years ago
cTn 5efb1685a4 moving default tab to new tabs object 10 years ago
cTn c6700a8588 equip all tab initializers with callback parameter (currently without hooks) 10 years ago
cTn 795502a585 enforce stronger interval cleanup 10 years ago
cTn 05dfaf910d sprinkle in some tracking events for firmware flashing 10 years ago
cTn f2aa899fe0 polishing firmware flasher UI and messages 10 years ago
cTn 61bed4770f cosmetic change 10 years ago