1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00
Commit graph

188 commits

Author SHA1 Message Date
Miguel Angel Mulero Martinez
6054e69445 Adjust peripherals mode name in failsafe tab
The failsafe tab does not adjust the real name of the MODE for
peripherals. Only the MODES tab do it.
2017-10-04 13:08:21 +02:00
DieHertz
845f6b3524 Fixed blackbox_device setting via onboard_logging tab 2017-08-01 22:30:31 +03:00
Martin Budden
f34d97d6dd Merge pull request #549 from DieHertz/blackbox-download-huffman-decoding
Huffman decoding functionality
2017-08-01 09:19:53 +01:00
Bas Delfos
a693761bff Add beeper configuration to Configuration tab 2017-07-27 21:02:53 +02:00
DieHertz
ac0049db19 Extracted the Huffman tree used by default into a separate file 2017-07-16 10:33:11 +03:00
DieHertz
fb52e3a66d Transferred huffmanDecodeBuf from inav#1253 2017-07-16 00:48:48 +03:00
Hydra
fb3557897e CF/BF - Add font-awesome. 2017-05-05 16:01:34 +12:00
Hydra
2618d6dafc CF/BF - Prepare for updated OSD Slave boards.
* Replaces Setup tab with Setup OSD tab for OSD Slave  boards - ported
from CF v1.x.
* Disables CLI tab for OSD Slave boards - due to
https://github.com/cleanflight/cleanflight/pull/2710
*
2017-05-05 16:01:34 +12:00
Hydra
1752c5d39d CF/BF - Initial port of power/battery tab from CF 1.x.
The voltage and amperage meters cannot yet be configured and are
disabled.
2017-05-05 16:00:38 +12:00
Michael Keller
ca772a0896 Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames. 2016-09-15 09:27:39 +12:00
mikeller
eafbaa5d06 Added expert mode. Moved FAILSAFE feature back into failsafe tab. 2016-08-24 17:13:20 +12:00
Anton Stålheim
720216f6ca Remove unused file request_balancer.js 2016-08-17 22:29:20 +02:00
TheAngularity
f7a7335751 removed google-analytics scrap 2016-08-13 15:53:22 +02:00
Michael Keller
b2729be1be Merge pull request #198 from KiteAnton/msp_rework3
Separation of MSP code
2016-08-14 00:41:25 +12:00
nathan
32c3f40abb [OSD] updates including inflection.js, stylistic cleanups including 2 spaces instead of 4, change the default background image back 2016-08-12 22:08:34 -07:00
KiteAnton
96115be10e Separation of MSP code into protocol and config parts, will ease further development and readability 2016-08-11 22:20:23 +02:00
mikeller
83fea65e1c Moved profile selection into PID Tuning tab. Did some visual cleanup. 2016-07-26 00:49:59 +12:00
mikeller
7e7361dafd Hide tabs for features that are disabled. 2016-07-24 23:13:39 +12:00
mikeller
6130798490 Made configurator aware of number of profiles supported by firmware. Made backup / restore more robust. 2016-07-18 19:51:55 +12:00
gaelj
ef69489952 Only apply to BF 3.0.0 2016-07-17 23:00:44 +02:00
gaelj
1e063c08a0 Implement MSP_STATUS_EX to display CPU load 2016-07-17 01:16:38 +02:00
mikeller
f5045e4f68 Refactored rate curve into file of its own.
Improved scaling of rate curves
2016-07-06 01:44:45 +12:00
nathan
191c368c88 osd 2016-06-29 02:26:07 -07:00
nathan
3f8fd78027 add bluebirdjs promises, inject some helpful methods in array 2016-06-24 02:02:46 -07:00
U-DESKTOP-12PPI61\boris.bozic
bacea00546 Remove 3rd Profile selection 2016-06-20 22:57:08 +02:00
gael
0518ed6993 Issue #74: Show battery & statuses in top bar
- Battery voltage appears as a horizontal bar
- Autodetection of battery type is used to calculate the bar min, max &
alarm values according to the battery configuration parameters.
- Color changes to red when battery level goes under the alarm setting
- Armed, failsafe and Serial Link status icons below battery voltage
monitor
- Change calibration button contents to "Calibrating" during calibration
2016-04-20 01:38:23 +02:00
Dominic Clifton
1a58bfcf82 Add Race Transponder configuration support.
Also cleans up i18n support for 'features' and adds tooltip support for
them on the configuration tab.
2016-01-22 22:15:53 +01:00
Dominic Clifton
5c2273bd65 Reset all FC configuration state on connect to prevent side effects when
configuring multiple FC's without restarting the configurator each time.
2016-01-08 12:45:58 +01:00
Dominic Clifton
8e72333a83 Fix doctype causing rendering issues. 2015-12-15 13:18:09 +01:00
Dominic Clifton
55a2677a2b Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/data_storage.js
	js/gui.js
	js/msp.js
	main.html
	tabs/dataflash.css
	tabs/dataflash.js
2015-12-15 12:35:52 +01:00
Dominic Clifton
bd98aca67f Merge branch 'new_stuff' of
https://github.com/skaman82/cleanflight-configurator into
skaman82-new_stuff

Fix up messages.json formatting.

Conflicts:
	_locales/en/messages.json
2015-12-15 00:51:42 +01:00
Dominic Clifton
79889b99bd Fix a stray unescaped & in main.html 2015-12-14 22:54:14 +01:00
skaman82
c498e7de34 Added support for failsafe TAB
Made in cooperation with skaman82.

Summary of modifications:
- Extended data storage to hold data for new/changed MSP messages.
- Added support for added/changed MSP messages.
- Added assigned mode(s) to AUX labels.
- Tooltip changes.
- Included style modifications to configuration tab from Skaman82.
- Moved all texts from failsafe tab .html to `messages.json`.
- Removed failsafe settings from configuration tab (now obsolete).
- Added failsafe-tab variables to Backup & Restore.
- Reorganized stage 2 elements, cleanup and corrections.
2015-12-13 17:50:26 +01:00
Nicholas Sherlock
4e12db9c5e Convert dataflash tab to a new Blackbox tab with SD card support 2015-12-04 15:49:51 +13:00
NightHawk32
6157c875f9 Renamed global dataflash components, fixed detection for global dataflash display. 2015-11-24 18:01:56 -05:00
NightHawk32
0aefcd5959 Renamed global profile selector to avoid collisions with #pid-tuning 2015-11-23 17:00:05 -05:00
skaman82
6b97eb2809 Further work on dataflash and profile switch in the header 2015-11-16 12:46:59 +01:00
skaman82
19897cd574 started to work on new GUI functionality 2015-11-15 23:35:22 +01:00
Dominic Clifton
ea2d59f4fb Remove unfinished light/dark theme switching code. 2015-11-10 01:37:57 +00:00
Dominic Clifton
f869dd94e7 Reformat HTML files. Default Eclipse 4.4 settings. Line Length: 120.
Spaces Not Tabs. Indentation: 4.
2015-11-10 01:21:47 +00:00
Dominic Clifton
1adc6f7bd6 Delete more unused files from libraries.
Note that this commit is indicating there needs to be a build step to
make it easier to generate the used sources when packaging the
configurator.
2015-11-10 00:26:50 +00:00
Dominic Clifton
6d524ebe5e Delete unused switchery files and relocate the modified switchery
distribution files.

Note that the switcher.css/.js are NOT the same as the minified version.
They have been modified to generate smaller switches.
2015-11-10 00:22:09 +00:00
Dominic Clifton
f1e9535bb3 rename directory styles to css. Remove unused files. 2015-11-09 23:37:33 +00:00
Dominic Clifton
8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
2015-11-09 23:01:42 +00:00
skaman82
6afc3cd938 Tiny text changes 2015-11-09 11:23:38 +01:00
Kristjan Vaga
c5372db830 Merging sticky toolbars with the tab layout changes.
Conflicts:
	main.css
	tabs/adjustments.css
	tabs/adjustments.html
	tabs/auxiliary.html
	tabs/configuration.css
	tabs/configuration.html
	tabs/dataflash.css
	tabs/dataflash.html
	tabs/gps.html
	tabs/help.html
	tabs/landing.html
	tabs/led_strip.html
	tabs/logging.css
	tabs/logging.html
	tabs/motors.html
	tabs/pid_tuning.css
	tabs/pid_tuning.html
	tabs/ports.css
	tabs/ports.html
	tabs/receiver.html
	tabs/sensors.html
	tabs/servos.css
	tabs/servos.html
	tabs/setup.css
	tabs/setup.html
2015-11-06 01:24:12 +02:00
skaman82
1816979cc4 More Work done:
• Tooltip integration
• Sensor Tab: rework
• Help & Documentation Tab: basic styling
• Logging Tab: basic styling
• PID Tab: some fixes
• Added the word „configurator (+ version)“ under the logo
• Removed not yet used „help icons“
2015-11-05 16:37:15 +01:00
skaman82
9be277e987 fixing things 2015-11-02 22:23:39 +01:00
skaman82
f7a7961402 including changes from wanderzell #21 2015-11-02 14:37:38 +01:00
skaman82
53a615279d fixing auto connect 2015-11-02 13:37:46 +01:00