1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00
Commit graph

73 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
277d39109a sort out dates in js 2014-11-26 16:32:17 +01:00
cTn
7f2dab0e4a moving to different time format 2014-11-26 12:34:32 +01:00
cTn
dc633f2421 fix release/time sorting of fetched builds, optimize, needs more testing 2014-11-15 02: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
cTn
97e37347d6 implementing the highly wanted select box for hand picking firmware builds that are available on baseflight.net 2014-11-10 21:33:32 +01:00
cTn
3a4b41b259 assign correct error message for fetching online firmware 2014-11-03 16:57:08 +01:00
cTn
72447a6103 set release filter to accept NAZE only 2014-11-03 16:53:54 +01:00
cTn
ad005a3f1c revamped option part of firmware flasher UI 2014-10-24 16:55:42 +02:00
cTn
ed7600facc implement support for flashing development firmware (first iteration, done via checkbox) 2014-10-24 15:36:19 +02:00
cTn
3c4307ae57 add initialization timeout for flash on connect, rework functionality so each new detected port can trigger flashing sequence 2014-10-19 09:38:39 +02:00
cTn
b6097d6271 move parse_hex function away from the global context 2014-10-19 04:18:05 +02:00
cTn
63768b0af0 correct the value returned by getDate, display GMT offset 2014-10-11 16:45:19 +02:00
cTn
f9ff34fb8b prevent re-sending analytics appview on tab re-initialization, add 1500ms delay on configuration save & reboot 2014-10-01 13:16:22 +02:00
Dominic Clifton
875a81e11d Update URLs for firmware and changelog. 2014-10-01 12:11:45 +01:00
cTn
5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 2014-10-01 12:58:09 +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
9c6d803334 firmware received from the github server can now be saved locally (as requested) 2014-09-04 17:16:13 +02:00
Dominic Clifton
6a360d973b Update URLs to use cleanflight again. 2014-09-04 03:19:48 +01:00
cTn
911ddba278 only request firmware info from github api when firmware is valid 2014-08-31 10:10:53 +02:00
cTn
b1390b0b01 updating changelog 2014-08-30 10:36:55 +02:00
cTn
37de8dfefa new simplified flasher status UI 2014-08-30 10:30:28 +02:00
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)
2014-08-30 08:59:21 +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
9043358348 enabling strict in last 2 tabs 2014-08-09 20:51:06 +02:00
cTn
13d17e1528 stm32/stm32usbdfu parameters rework, removing UI options dependency 2014-07-22 14:16:09 +02:00
cTn
1885fba5a0 analytics overhaul 2014-07-16 12:59:12 +02:00
cTn
e49f4ea5ff converting tab object initialization 2014-07-10 19:19:45 +02:00
cTn
799fc76c8e hooking up all of the active_tab references 2014-07-10 18:51:02 +02:00
cTn
75e0accf75 hookup new cleanup system 2014-07-10 18:45:18 +02:00
cTn
31dcbbfa91 firmware flasher support in tabs 2014-07-10 18:41:11 +02:00
cTn
5efb1685a4 moving default tab to new tabs object 2014-07-10 18:14:17 +02:00
cTn
c6700a8588 equip all tab initializers with callback parameter (currently without hooks) 2014-07-09 16:12:37 +02:00
cTn
795502a585 enforce stronger interval cleanup 2014-07-09 15:46:35 +02:00
cTn
05dfaf910d sprinkle in some tracking events for firmware flashing 2014-06-28 21:38:06 +02:00
cTn
f2aa899fe0 polishing firmware flasher UI and messages 2014-06-24 14:57:41 +02:00
cTn
61bed4770f cosmetic change 2014-06-20 14:29:16 +02:00
cTn
b5a1015610 DFU detection and port UI DFU option injection 2014-06-08 20:10:07 +02:00
cTn
21a0242d38 defunk some of the option saving code 2014-05-08 14:56:25 +02:00
cTn
96ce646aa1 firmware flasher i18n support 2014-05-08 12:01:07 +02:00
cTn
aaacf6cea8 support global and local chip erase 2014-05-07 08:07:49 +02:00
cTn
8aafb37864 cleanup 2014-05-07 04:08:52 +02:00
cTn
2162a2b9d3 pre-enable i18n for all html content in tabs 2014-05-06 16:48:46 +02:00
cTn
854a17e0f2 preparing some stuff for dongs 2014-05-03 01:03:24 +02:00
cTn
8691a77c2a get raw hex from the new github url 2014-04-26 00:08:18 +02:00
cTn
1268e0c206 trigger flash routine via enter (for dongie) 2014-04-11 21:21:48 +02:00
cTn
9b29f78e3e whitespace trimming run 2014-03-08 06:25:15 +01:00
cTn
781d058228 display commit date & message with online fw
#25
2014-02-27 18:56:12 +01:00
cTn
f30a26c1a5 cleanup, info and log messages added 2014-02-26 08:32:57 +01:00
cTn
9df8ad2337 adding missing chrome.storage implementation 2014-02-26 08:20:30 +01:00