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

64 commits

Author SHA1 Message Date
cTn
b14d26d530 initial implementation of request delay balancer 2014-04-12 14:55:20 +02:00
cTn
7af2c39aca moving firmware version info to gui.log 2014-03-30 12:05:18 +02:00
cTn
35f9b8844e add missing spaces in status bar 2014-03-29 19:18:25 +01:00
cTn
614abc9345 adding D3 to libraries 2014-03-29 15:42:12 +01:00
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
2014-03-29 00:59:39 +01:00
cTn
8898887b05 moving global css file to root directory 2014-03-25 15:58:30 +01:00
cTn
c9d22a9002 initial changes required for i18n system 2014-03-20 22:24:49 +01:00
cTn
9b29f78e3e whitespace trimming run 2014-03-08 06:25:15 +01:00
cTn
7d097a51b6 auto connect bugfixes 2014-03-05 00:45:25 +01:00
cTn
cda22885da adding label element around auto-connect 2014-02-22 23:58:41 +01:00
cTn
844121e4bf implemented new more powerful port handler 2014-02-21 14:47:30 +01:00
cTn
a30569077a removing obsolete notify, first hooks to GUI.log 2014-02-03 08:45:21 +01:00
cTn
2ebd108f43 initial log window implementation 2014-02-03 06:19:06 +01:00
cTn
51066a1962 removing 300 baud, STM32 flasher note 2014-01-28 12:21:35 +01:00
cTn
35d66ed4c3 moving MSP related data object to separate file 2014-01-28 01:33:25 +01:00
cTn
7edc3605e5 updating jquery to 2.1.0 2014-01-24 21:45:59 +01:00
cTn
27cf1efeae disabling hover, text shadow, adding note 2014-01-19 01:32:58 +01:00
cTn
20c62aa938 custom made frame (fixes chrome33+ no shadow) 2014-01-18 19:21:30 +01:00
cTn
9caa5e251e adding new serial object utilizing new serial api 2014-01-18 11:44:43 +01:00
cTn
2bb98ce31d correcting title 2014-01-15 20:25:43 +01:00
cTn
353b591c70 adding auto-connect text, style, tooltip 2013-12-29 11:32:21 +01:00
cTn
fb4ceb5254 auto-connect UI (js todo) 2013-12-29 10:57:06 +01:00
cTn
4cf41a4296 reset status bar members after disconnecting 2013-12-15 18:45:46 +01:00
cTn
3574953c38 removing obsolete code 2013-12-15 18:41:25 +01:00
cTn
71b194d6d2 cleaner way of handling tab hooks 2013-12-09 19:34:34 +01:00
cTn
66b7f31498 moving css for each tab into separate file 2013-12-07 23:13:29 +01:00
cTn
ac85aeff8a adding packet error indicator in status bar
fixes #8
2013-12-05 10:34:10 +01:00
cTn
c41af11a6c removing refresh button 2013-11-20 12:24:56 +01:00
cTn
f490f99596 processing hex file in different thread 2013-11-16 10:01:29 +01:00
cTn
d3cd348ac3 initial implementation of stm32 flash procedure 2013-11-13 10:04:14 +01:00
cTn
3304bcf6f3 adding & utilizing hex reader 2013-11-13 09:13:24 +01:00
cTn
5033273773 adding flasher button and initial file structure 2013-11-13 08:55:29 +01:00
cTn
42140d9504 re-enabling servos tab for development purposes 2013-11-10 19:13:59 +01:00
cTn
b8ce42d35d disabling Servos tab for stable build 2013-11-10 19:02:02 +01:00
cTn
4e3dc6fa64 moving main.js to root folder 2013-11-09 18:36:26 +01:00
cTn
645d726bc1 removing forgotten line 2013-11-09 07:03:09 +01:00
cTn
475b331816 removing about page 2013-11-09 07:02:08 +01:00
cTn
9ed0ebc4d6 moving libraries to appropriate folder 2013-11-09 05:48:02 +01:00
cTn
fbc886787d strongly refactored MSP with callback support 2013-11-09 03:52:06 +01:00
cTn
e532edc748 visual notify for open/close serial port error 2013-11-08 18:31:19 +01:00
cTn
711a052f04 adding servos tab 2013-11-08 10:35:06 +01:00
cTn
45da60fc3e implemented "landing page" and changelog 2013-10-30 17:42:04 +01:00
cTn
6ebde790a8 polishing text 2013-10-29 15:07:38 +01:00
cTn
1ff4fcb669 adding some google analytics stuff in 2013-08-26 14:41:10 +02:00
cTn
8701c2d913 updating jquery to the latest version 2013-07-29 07:57:54 +02:00
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
2013-06-17 23:36:19 +02:00
cTn
652f560e42 Cycle Time value is now visible in status bar 2013-06-13 13:11:53 +02:00
cTn
4b7db06fab updating jquery to v2.0.2 2013-06-12 15:33:00 +02:00
cTn
58d34ee9e5 initial code for gps strength indicator 2013-05-29 19:24:34 +02:00
cTn
369a3cb020 about tab and other tiny improvements 2013-04-13 15:29:52 +02:00