1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-22 07:45:29 +03:00
Commit graph

596 commits

Author SHA1 Message Date
Dominic Clifton
1688b41eb2 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	changelog.html
	main.js
2014-07-20 01:01:25 +01:00
cTn
1885fba5a0 analytics overhaul 2014-07-16 12:59:12 +02:00
cTn
fb7cbe0c8f use sync approach for displaying loading screen (faster then async) 2014-07-12 12:03:13 +02:00
cTn
8a52551671 request and store MSP_BOXIDS (for reasons unknown at the moment) 2014-07-11 17:52:56 +02:00
cTn
32012a831a switching to bars spinner 2014-07-10 23:46:23 +02:00
cTn
14c9aab1ec fix svg offset 2014-07-10 23:28:58 +02:00
cTn
ce78dadcd1 going hardcore SVG
https://github.com/jxnblk/loading
2014-07-10 20:50:58 +02:00
cTn
9fc0fa67cb add loading indicator between tab switches 2014-07-10 20:09:54 +02:00
cTn
c1ef5aeead yaw offset can now be remembered while switching tabs 2014-07-10 19:23:16 +02:00
cTn
e49f4ea5ff converting tab object initialization 2014-07-10 19:19:45 +02:00
cTn
a8e19a6956 cleanup cli history 2014-07-10 19:16:53 +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
56a2bb6a60 logging in tabs 2014-07-10 18:36:10 +02:00
cTn
e37191a1b0 cli in tabs 2014-07-10 18:33:30 +02:00
cTn
0a6ce25565 sensors in tabs 2014-07-10 18:31:27 +02:00
cTn
979d419e75 motor outputs in tabs 2014-07-10 18:29:09 +02:00
cTn
36c49dded7 gps in tabs 2014-07-10 18:27:04 +02:00
cTn
2d88d2d46d servos in tabs 2014-07-10 18:24:56 +02:00
cTn
b76ec2831b aux config in tabs 2014-07-10 18:22:50 +02:00
cTn
13f49c0f64 receiver in tabs 2014-07-10 18:20:09 +02:00
cTn
00e1ae0500 pid tuning in tabs 2014-07-10 18:14:33 +02:00
cTn
f2e8f8911c initial setup in tabs 2014-07-10 18:14:26 +02:00
cTn
5efb1685a4 moving default tab to new tabs object 2014-07-10 18:14:17 +02:00
cTn
aca493301a simplify some interval cleaning code 2014-07-10 14:48:33 +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
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
2014-07-07 19:45:33 +01:00
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.
2014-07-06 12:26:41 +01:00
cTn
71c0cb65b3 display true heading and heading offset inside 3D cube area 2014-07-06 11:24:18 +02:00
cTn
e8c4a03dd5 moving majority of save buttons to bottom right corner, graph margin plish 2014-07-04 20:55:46 +02:00
cTn
7d41ff54a4 cleanup, make the save button ready for future layout 2014-07-04 14:15:25 +02:00
Stefan Kolla
b5c051d1c1 Merge pull request #39 from CurtisFissel/Inital_Setup_Info_CSS
Initial Setup tab CSS changes
2014-07-04 14:05:28 +02:00
Curtis Fissel
5ed64642df Moved Save button to be relative to bottom right of window 2014-07-03 22:34:05 -04:00
Curtis Fissel
e7cb66b94b Moved Info box under the Battery Box 2014-07-04 01:54:38 +01:00
Curtis Fissel
e3fdff0fca Minor CSS change to sensor XYZ numbers in Motor and Sensor Tabs 2014-07-04 01:42:48 +01:00
cTn
6e0177738c removing obsolete highlight 2014-06-30 02:44:55 +02:00
cTn
05dfaf910d sprinkle in some tracking events for firmware flashing 2014-06-28 21:38:06 +02:00
cTn
844b211ea6 add automatic and manual offset for accel data
fixes #35
2014-06-28 13:47:52 +02:00
cTn
60fe31aaf9 add fine 0.05 scale 2014-06-28 13:37:10 +02:00
cTn
b633356bab fix clipped numbers on y axis 2014-06-28 13:35:30 +02:00
cTn
13b81934b1 track external url clicks on welcome page 2014-06-27 19:19:06 +02:00
cTn
5bbb07a9e9 update master slider on reinitialize of motor tab
while motors are active and have the same value set
2014-06-27 18:49:41 +02:00
cTn
2e1327f2cd adding more sensitive scale factors as requested #34 2014-06-27 14:43:46 +02:00
cTn
e8093b5797 polishing some of the UI outstanding quirks 2014-06-26 15:12:38 +02:00
cTn
e5648f5eae add hover to reset link 2014-06-25 13:36:17 +02:00
cTn
797de63051 hook up reset max button 2014-06-25 13:30:17 +02:00
cTn
b43f73d303 initial implementation of accel_max_read, missing reset 2014-06-25 13:25:46 +02:00
cTn
6e52d3700d save accel settings separately in motors tab 2014-06-25 13:06:55 +02:00