1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00
Commit graph

596 commits

Author SHA1 Message Date
cTn
d128bd76a5 initial implementation of accel graph in motors tab 2014-06-25 13:01:21 +02:00
cTn
e19705e4f4 fix first uninitialized sample 2014-06-25 09:28:44 +02:00
cTn
1e459d1af8 loggin polish, sample counter bugfix 2014-06-25 09:18:01 +02:00
cTn
7ac0afe94e correct margin for rx plot 2014-06-24 15:25:32 +02:00
cTn
8422e5d10c define dynamic width for rx_plot 2014-06-24 15:04:50 +02:00
cTn
f2aa899fe0 polishing firmware flasher UI and messages 2014-06-24 14:57:41 +02:00
cTn
86aa6a282c dangerous things that people want... 2014-06-23 19:50:39 +02:00
cTn
8d18b6f10e correct profile select border colors 2014-06-23 15:31:38 +02:00
cTn
1f476eb907 kinematics Z fix 2014-06-23 10:07:43 +02:00
cTn
61bed4770f cosmetic change 2014-06-20 14:29:16 +02:00
cTn
8273081fdd moving kinematics data to array 2014-06-20 12:39:42 +02:00
cTn
8dfec796ee add error message for not being connected 2014-06-20 11:59:53 +02:00
cTn
19de1e8040 add MSP_ANALOG support to logger 2014-06-20 11:55:14 +02:00
cTn
211bd5b89e add valid way to exit logging in pass through mode 2014-06-20 11:20:29 +02:00
cTn
cb5bcf9c0a initial work on pass through mode for ReadError 2014-06-20 11:07:43 +02:00
cTn
f649418fdf moving CLI vars around 2014-06-20 10:29:01 +02:00
cTn
0a2947b1ab sort out usb api errors in canary 2014-06-16 22:00:08 +02:00
cTn
2a18801315 add note 2014-06-09 18:42:07 +02:00
cTn
700ca41957 fix the steps for LEVEL I 2014-06-09 02:56:38 +02:00
cTn
b5a1015610 DFU detection and port UI DFU option injection 2014-06-08 20:10:07 +02:00
cTn
a0582fd79f adding request usb permissions UI (DEV only) 2014-06-08 19:32:24 +02:00
cTn
b09620b6ae remove obsolete needle, cleanup 2014-06-07 17:54:51 +02:00
cTn
75bac26c67 fully dynamic aux channel UI 2014-06-05 16:08:20 +02:00
Dominic Clifton
7e62e98bac Support AUX1-8 on the 'Auxiliary Configuration' tab. 2014-06-04 19:33:24 +01:00
Dominic Clifton
32c2e76784 Update links and messages. 2014-06-01 20:43:03 +01:00
Dominic Clifton
685d6e08cb Merge remote-tracking branch 'multiwii/master' 2014-06-01 19:39:34 +01:00
cTn
5abe7473f8 moving send_message routine to MSP object 2014-06-01 14:10:18 +02:00
cTn
46cf844e7e display current draw in A not mA 2014-05-30 01:41:27 +02:00
cTn
d68bd29191 initial support for current sensor code from Lux 2014-05-29 20:16:32 +02:00
cTn
6d38e301ef bugfix for glitchy vertical text position in CLI 2014-05-26 14:11:30 +02:00
cTn
5042d2af2e adding MSP_RAW_GPS support to logger 2014-05-23 17:37:57 +02:00
cTn
f3192b6d85 print csv value head as requested by Lux 2014-05-22 22:40:46 +02:00
cTn
7e7e2925f3 retain log file access between sessions 2014-05-22 19:16:40 +02:00
cTn
a2cd390d79 more graceful error handling 2014-05-22 17:00:35 +02:00
cTn
18a1626c17 i18n run 2014-05-22 16:42:34 +02:00
cTn
18c71f69c5 adding selectable poll rate, i18n run in todo 2014-05-22 16:29:38 +02:00
cTn
0c95e94cd5 semi working logging, missing poll rate 2014-05-22 16:06:49 +02:00
cTn
c40c783ddc initial set of properties 2014-05-22 12:51:06 +02:00
cTn
fa90030759 loggin tab, initial work on IO 2014-05-22 12:13:16 +02:00
Dominic Clifton
2421200b1f Point the firmware flasher at the Cleanflight NAZE binaries and commit
messages.
2014-05-21 20:11:05 +01:00
cTn
3ce1296374 fix gps division 2014-05-20 21:01:44 +02:00
cTn
45ae10513c accept flexible amount of aux channels (up to 28) 2014-05-20 14:06:15 +02:00
Dominic Clifton
c46ab5b98c Merge remote-tracking branch 'multiwii/development'
Conflicts:
	tabs/receiver.css
	tabs/receiver.html
	tabs/receiver.js
2014-05-20 00:29:03 +01:00
cTn
4ba7cc5a46 generate meters/lines UI dynamically 2014-05-19 23:36:04 +02:00
cTn
953d6f5ef2 saving some cycles in plots 2014-05-16 21:02:59 +02:00
cTn
2c91452eee reorganize 2014-05-16 10:13:30 +02:00
Dominic Clifton
938653c9fa Merge remote-tracking branch 'multiwii/development'
Conflicts:
	js/data_storage.js
	js/msp.js
	tabs/receiver.js
2014-05-16 00:30:20 +01:00
cTn
5f07390d45 stuff rcData to array (allocating up to 32 chan) 2014-05-15 13:12:13 +02:00
Dominic Clifton
49ec225d66 Add support for 12 channels to the receiver tab.
If the incoming data from the FC has 8 channels then only 8 are
displayed.  The message size can be used to calculate the amount of
channels, as per MultiWii protocol 2.3 and Cleanflight.
2014-05-15 00:12:25 +01:00
cTn
05f06075b2 disable checkboxes and plots according to sensors 2014-05-08 15:58:52 +02:00