Miguel Angel Mulero Martinez
712734c2b4
Fix layout of PID tab
2019-01-15 12:35:27 +01:00
Bruce Luckcuck
e85a91027b
Check selected blackbox device before allowing mass storage reboot
...
This is the Configurator side check to go along with the firmware CLI check before rebooting into mass storage mode.
2019-01-12 19:25:51 -05:00
Bruce Luckcuck
701c1ffae6
Allow "set" option on all channels for stage 1 failsafe (rxfail)
2019-01-10 17:41:03 -05:00
phobos
332359cc7b
Added recent SPI RX protocols to dropdown menu
2019-01-09 18:06:35 +01:00
Steffen Windoffer
5a4cb3b916
MAX_G_FORCE got added after the 1.40 release
2019-01-08 00:00:03 +01:00
AJ Christensen
74445a4b4b
Ports tab: Add missing blackbox baud rates: 1Mbps, 1.5Mbps, 2.47Mbps
2019-01-02 08:29:01 +13:00
Michael Keller
07f28e44d6
Merge pull request #1260 from kmitchel/fft_osd
...
Add Max fft to OSD stats.
2018-12-29 22:22:43 +13:00
Kenneth Mitchell
6d113066c6
Add Max fft to OSD stats.
2018-12-27 19:49:27 -06:00
fgiudice98
b0528143a3
Update power.js
2018-12-27 12:43:18 +01:00
fgiudice98
95f4f1c888
Vbat precision (fixes)
2018-12-26 15:14:12 +01:00
fgiudice98
d687e382fe
Increased Vbat precision
2018-12-25 15:44:28 +01:00
Bruce Luckcuck
65169163b0
Add MSP_REBOOT_MSC_UTC reboot type to reboot into mass storage using UTC timestamps
...
The FAT filesystem is not timezone aware so timestamps are expected to be in the user's local time. However Linux implementations seem to expect the timestamps to be in UTC and then apply the user's computer timezone offset.
Adds an alternate reboot method used when the platform is "Linux" that prevents mass storage mode from adjusting the time to local time and instead uses UTC.
2018-12-18 08:09:49 -05:00
mikeller
cd62b7045a
Updated VTX settings OSD preview for status indicator.
2018-12-16 11:33:46 +13:00
jflyper
27f363cc70
Amend stm32usbdfu.js for USB errors to console
2018-12-12 23:30:44 +09:00
Michael Keller
9d9dd13cc7
Merge pull request #1249 from jflyper/bfcdev-use-wtransfersize-for-writing-and-reading
...
Use wTransferSize from DFU functional descriptor for writing/reading
2018-12-12 23:33:36 +13:00
Michael Keller
6f964842d3
Merge pull request #1251 from Benjamindudok/1244-fix-headerbar-wrap
...
Don't wrap items in headerbar on small windows
2018-12-12 00:19:53 +13:00
mikeller
cca53d23b8
Fix indentation of 'osd.js'.
2018-12-09 14:48:28 +13:00
Michael Keller
b971365428
Merge pull request #1248 from mikeller/fix_osd_elements
...
Fixed OSD element display, added missing elements.
2018-12-09 13:11:22 +13:00
Benjamin Dudok
7bba0fb1c6
Make navigation buttons a bit smaller
2018-12-08 23:33:24 +01:00
Benjamin Dudok
ddef96e4f5
Create room for status wrapper on smaller windows
2018-12-08 23:31:12 +01:00
mikeller
1034e3a3e2
Renamed flight distance according to betaflight/betaflight#7183 .
2018-12-08 22:45:16 +13:00
mikeller
ad4c00c20c
Added new statistics as well.
2018-12-08 13:41:31 +13:00
jflyper
2c62a0dc9d
Be aware of async nature of the procedure
2018-12-06 21:30:11 +09:00
Michael Keller
15743a9b06
Merge pull request #1247 from mikeller/clarify_chunk_handling
...
Clarify handling of compressed byte count when downloading uncompressed data flash.
2018-12-06 21:28:52 +13:00
jflyper
99ab8a945c
Use wTransferSize from DFU functional descriptor for writing/reading
2018-12-06 15:28:59 +09:00
mikeller
57cf08e0ce
Fixed OSD element display, added missing elements.
2018-12-06 01:01:25 +13:00
mikeller
63cfaef766
Clarify handling of compressed byte count when downloading uncompressed data flash.
2018-12-05 00:02:22 +13:00
Michael Keller
5e9f34159c
Merge pull request #1241 from mikeller/fix_flashing_exception
...
Fixed exception thrown when flashing.
2018-12-03 21:50:52 +13:00
Michael Keller
ba6770702e
Merge pull request #1240 from klutvott123/Fix-rc-expo-background-color
...
Fix rc expo background color
2018-12-02 23:25:09 +13:00
mikeller
058e72811c
Fixed exception thrown when flashing.
2018-12-02 23:22:32 +13:00
Michael Keller
6f314dd1bb
Merge pull request #1236 from klutvott123/Change-slider-behaviour
...
Change slider behaviour
2018-11-28 22:55:44 +13:00
Hans Christian Olaussen
b6201bae77
Fix rc expo background color
2018-11-28 00:15:27 +01:00
Hans Christian Olaussen
4a8af98183
Fix comment indent
2018-11-28 00:06:35 +01:00
Hans Christian Olaussen
4c6898c200
Added comments for coupled control events
2018-11-27 23:21:38 +01:00
Michael Keller
60b4a3dbb6
Merge pull request #1227 from jflyper/bfcdev-add-dfu-device-code
...
Add an ability to handle multiple DFU device types
2018-11-26 21:55:14 +13:00
Hans Christian Olaussen
7ab957a88e
Change slider behaviour
...
Use on input event instead of change. Change only fires when mousebutton is released.
2018-11-25 18:28:34 +01:00
Bruce Luckcuck
892640e35f
Add throttle limit to PID Tuning tab
2018-11-24 20:07:25 -05:00
Michael Keller
2f3a319f67
Merge pull request #1232 from klutvott123/patch-1
...
Fix rate curve calculation
2018-11-23 00:27:08 +13:00
Hans Christian Olaussen
76be4006a4
Rename variables
...
Renamed inputValue/absRc to rcCommandf/rcCommandfAbs to be consistent with betaflight code. Moved scaling of inputValue. Removed rcInput.
2018-11-21 13:42:12 +01:00
Hans Christian Olaussen
96af69ae45
Fix rate curve calculation
...
Use absRc in rcFactor calculation instead of Math.abs(rcInput)
2018-11-20 21:07:43 +01:00
Károly Kiripolszky
a9857f5b87
match visible CLI output history with the history kept in memory
2018-11-20 18:31:53 +01:00
Miguel Angel Mulero Martinez
62de168868
Add GPS Rescue option to Failsafe tab
2018-11-14 12:05:46 +01:00
jflyper
2f2da42f53
Add an ability to handle multiple DFU device types
2018-11-12 21:05:51 +09:00
mikeller
fdd3fec606
Changed RC rate minimum to be 0.01.
2018-11-05 23:36:36 +13:00
Miguel Angel Mulero Martinez
037f1e6c78
CSS the hide modes tab
2018-10-24 15:49:40 +02:00
Miguel Angel Mulero Martinez
0feda68542
Add Indonesian Translation
2018-10-24 08:29:16 +02:00
Sean M
33c2899e3d
Update max degree
2018-10-13 11:20:39 -04:00
Michael Keller
e8400ffaf5
Merge pull request #1213 from timman2er/patch_firmware_update_button
...
small fix of firmware button
2018-10-11 01:02:12 +13:00
timman2er
abceb8c7f7
show RSSI on failsafe tab
2018-10-10 00:09:34 +02:00
timman2er
36c5a93dd8
.addclass to .hasclass
2018-10-09 12:52:15 +02:00
Michael Keller
b6f3f11ce6
Merge pull request #1201 from timman2er/add-support-for-max-esc-temp-and-rpm
...
add support for esc max temp and rpm
2018-10-08 12:52:34 +13:00
timman2er
7a9bd05472
fix mikeller
2018-10-07 15:39:31 +02:00
timman2er
1ec991650e
fix position if statement to in else statement
2018-10-07 14:28:42 +02:00
Michael Keller
8036ff3b02
Merge pull request #1203 from timman2er/change_connect_to_configure
...
change firmware flasher" to "firmware updater" and move button
2018-10-08 01:02:20 +13:00
timman2er
78df652df9
put else statement on same line as if statement (coding style)
2018-10-07 13:02:17 +02:00
timman2er
36962fe2dc
make firmware_flasher button toggle
2018-10-06 12:22:08 +02:00
timman2er
51a09e244f
don't hide firmware_flasher
2018-10-06 12:02:38 +02:00
Károly Kiripolszky
5755604958
add button to reset CLI output history
2018-10-03 12:06:23 +02:00
timman2er
db11eb2681
fix above issue
2018-09-28 17:13:37 +02:00
timman2er
8810d353b2
only issue is disconnecting on clicking firmware flasher
2018-09-28 16:44:11 +02:00
timman2er
c337fdc898
remove connect from css stylesheet
2018-09-28 14:43:58 +02:00
timman2er
b4f5b46335
(rebase) change firmware flasher to button and change name
2018-09-26 23:06:28 +02:00
timman2er
fb440fcaed
add support for max esc temp and rpm (rebase)
2018-09-25 15:33:04 +02:00
Bruce Luckcuck
d73b36ad19
Fix 3D throttle deadband input range
...
Parameter should be constrained to the range 0-100.
2018-09-18 18:27:40 -04:00
Michael Keller
fd0e5e5d99
Merge pull request #1194 from trondgzi/feature/independent_pitch_roll_rates
...
Independent rates settings for roll and pitch
2018-09-19 09:28:05 +12:00
Michael Keller
85bb13513f
Merge pull request #1196 from smoriarty21/build_type_select_fix
...
Select first value in drop down upon enabling expert mode
2018-09-19 09:27:27 +12:00
Miguel Angel Mulero Martinez
e8103b2478
Add Russian language
2018-09-17 16:55:14 +02:00
Sean M
9c4bf73101
Select first value in drop down upon enabling expert mode
2018-09-13 20:01:03 -04:00
Trond G. Ziarkowski
68adc30de8
Independent rates settings for roll and pitch
2018-09-09 11:46:56 +02:00
mikeller
c59bb7b6ce
Fixed setting of date/time for pre 4.0 firmware.
2018-09-03 23:40:11 +12:00
Miguel Angel Mulero Martinez
c76bc20287
Add Swedish language
2018-09-01 13:40:29 +02:00
Michael Keller
2209998e41
Merge pull request #1185 from awolf78/master
...
Added MSP to GPS provider options in configuration tab
2018-09-01 12:51:55 +12:00
Michael Keller
fd65c6a4f1
Merge pull request #1186 from mikeller/fix_rates_exception
...
Fixed exception when rates curve not showing.
2018-09-01 12:50:24 +12:00
Michael Keller
0ec25ccf50
Merge pull request #1178 from mikeller/add_time_ticks
...
Added setting of time in ticks.
2018-08-31 09:35:06 +12:00
Michael Keller
58945359e3
Merge pull request #1177 from mikeller/support_build_outside_of_repo
...
Added support for building outside of a git repository.
2018-08-31 09:34:30 +12:00
Alex Wolf
e01465a659
Added MSP to GPS provider options in configuration tab
2018-08-30 11:20:14 -04:00
mikeller
4a67c40140
Fixed exception when rates curve not showing.
2018-08-31 01:38:11 +12:00
timman2er
9bb283e2f5
added OSD support for flip arrow
2018-08-27 15:02:08 +02:00
mikeller
0c67b305ca
Added setting of time in ticks.
2018-08-24 00:12:58 +12:00
mikeller
4e505fc7d0
Added support for building outside of a git repository.
2018-08-22 23:28:53 +12:00
Sean M
82a786dcba
Set rate profile to copy
2018-08-21 19:50:51 -04:00
Michael Keller
6b5a183c6b
Merge pull request #1081 from atomgomba/feature-osd-log-status-element
...
Support for OSD blackbox logging status element
2018-08-20 10:52:45 +12:00
Richard Cooper
317ee20dc8
Fix single line drag drop.
2018-08-16 23:15:47 +01:00
Michael Keller
39cf5bc9cc
Merge pull request #1118 from leocb/osd-max-g-force-stat
...
Added suport for OSD Max G-Force Stat
2018-08-17 00:22:04 +12:00
Richard Cooper
8d78d289cd
Whitespace fixes.
2018-08-15 12:10:26 +01:00
Richard Cooper
627c389bbe
Merge branch 'master' into hotfix-osddragdrop
2018-08-15 11:39:14 +01:00
mikeller
0920b07088
Fixed bug in chrome web app version.
2018-08-15 19:58:23 +12:00
Richard Cooper
7f9f3a8140
Whitespace fix
2018-08-14 20:52:58 +01:00
Richard Cooper
cda8d2d135
Fix drag on multiline OSD elements.
2018-08-14 20:51:17 +01:00
si
03f51b57f8
Sync max with ßF settings.
2018-08-13 12:47:37 +09:30
Michael Keller
e78c69ac2c
Merge pull request #1155 from mikeller/add_expert_mode_to_firmware_flasher
...
Added expert mode to firmware flasher to hide unstable builds.
2018-08-13 09:25:47 +12:00
Michael Keller
2b51e2ed33
Merge pull request #1156 from mikeller/fix_pwm_protocol
...
Fixed PWM protocol selection.
2018-08-13 08:15:40 +12:00
Michael Keller
dc67b06c8d
Merge pull request #1154 from mikeller/analytics_improvements
...
Improvements to analytics collection.
2018-08-13 08:14:32 +12:00
mikeller
9c02e92a2b
Fixed PWM protocol selection.
2018-08-13 00:47:28 +12:00
mikeller
ae5603af2b
Added expert mode to firmware flasher to hide unstable builds.
2018-08-13 00:18:06 +12:00
mikeller
6b7ac3e542
Improvements to analytics collection.
2018-08-12 20:19:02 +12:00
Michael Keller
84e2cada68
Merge pull request #1142 from smoriarty21/rc_smoothing
...
WIP: Adding rc smoothing to configurator
2018-08-12 18:25:34 +12:00
mikeller
5a3bda615d
Fixed wrong localisation, moved to single column display.
2018-08-12 15:55:34 +12:00
Sean M
f4ea605685
Merge branch 'master' into rc_smoothing
2018-08-11 20:59:00 -04:00
Sean M
5c1fc9a6fc
Remove help icon on rc smoothing type and channels smoothed
2018-08-11 20:52:32 -04:00
mikeller
632c339b6c
Fixed ports tab.
2018-08-12 02:47:25 +12:00
Sean M
9025430bee
Updating UI for interpolation / fixing alignment
2018-08-09 22:47:29 -04:00
mikeller
d9e8330997
Added more metrics, fixed bug in CLI save.
2018-08-10 09:33:09 +12:00
Michael Keller
8762dbc553
Fixed stray comment, naming.
2018-08-09 12:43:22 +12:00
mikeller
91af936893
Added tracking for firmware download channel.
2018-08-09 01:48:55 +12:00
mikeller
237dc08ca6
Made initialisation lazy, added tracking for expert mode.
2018-08-09 01:13:41 +12:00
mikeller
ff30958d73
Removed 'mobile' from privacy policy.
2018-08-09 01:13:41 +12:00
mikeller
3451316bd2
Added firmware data collection.
2018-08-09 01:13:41 +12:00
mikeller
da2206fb8a
Some fixes.
2018-08-09 01:12:53 +12:00
mikeller
b1541c92fc
Added privacy policy.
2018-08-09 01:12:53 +12:00
mikeller
a72c436e8e
Fixed dimension reporting.
2018-08-09 01:12:53 +12:00
mikeller
8d5d81f9cf
Added Google analytics collection.
2018-08-09 01:12:53 +12:00
Sean M
763b279f8f
Folding in interpolation
2018-08-07 22:08:17 -04:00
Sean M
3498943db4
UI Updates
2018-08-07 20:02:42 -04:00
Andrey Mironov
b3ca039b9a
Allowed using cached CI info after timeout when GET fails
2018-08-07 11:21:08 +03:00
Andrey Mironov
402863837c
Fixed caching for Jenkins, added enumeration of Firmware view
2018-08-07 11:08:58 +03:00
Sean M
5a6b277778
Adding rc smoothing
2018-08-05 20:27:51 -04:00
Miguel Angel Mulero Martinez
9db3c5ad13
Fix PWM must be hidden when DSHOT
2018-08-05 20:15:09 +02:00
Richard Cooper
1ee6c5228d
Now with added i18n
2018-08-01 23:43:55 +01:00
Richard Cooper
40cf566771
Change font presets to new dropdown UI.
2018-08-01 22:46:51 +01:00
Richard Cooper
4d582f45c8
Change Extra Large font name to X-Large to fix UI overflow.
2018-07-31 21:57:47 +01:00
Richard Cooper
8b59d05107
Added vision font to OSD tab.
2018-07-31 21:21:16 +01:00
Michael Keller
e442221612
Merge pull request #1141 from atomgomba/feature-remember-last-tab
...
Reopen next tab when explicitly leaving CLI, otherwise open setup tab
2018-07-31 20:51:21 +12:00
Kiripolszky Károly
ccc5296c9a
reopen next tab when explicitly leaving CLI, otherwise open setup tab
2018-07-30 21:10:40 +02:00
Miguel Angel Mulero Martinez
6137913a5f
Add feedforward to the tooltip and fix some PIDF
2018-07-27 08:14:15 +02:00
Michael Keller
ea53b766ad
Merge pull request #1132 from McGiverGim/simplify_acro_trainer_slider
...
Simplify Acro Trainer Slider
2018-07-26 22:07:05 +12:00
Michael Keller
d76546bef9
Merge pull request #1126 from McGiverGim/add_antigravity_type
...
Add Anti Gravity Mode
2018-07-26 07:24:50 +12:00
Miguel Angel Mulero Martinez
ce37a5343b
Simplify Acro Trainer Slider
...
Limit the range to 10-80 (actually was 0, 10-80)
2018-07-25 15:18:15 +02:00
Kiripolszky Károly
c6849b1b60
add switch to show/hide unused modes
2018-07-23 17:43:06 +02:00
Michael Keller
704f06419f
Merge pull request #1125 from McGiverGim/remove_unused_pids
...
Remove unused PIDs
2018-07-23 22:48:39 +12:00
Miguel Angel Mulero Martinez
16c5f9feb5
Add Anti Gravity Mode
2018-07-23 11:50:47 +02:00
Miguel Angel Mulero Martinez
b6b5608aee
Remove unused PIDs
2018-07-23 10:34:11 +02:00
Michael Keller
c5dfaea1a8
Merge pull request #1121 from atomgomba/feature-remember-last-tab
...
Add option to reopen last tab on connect
2018-07-23 19:44:40 +12:00
Miguel Angel Mulero Martinez
19f4145965
Add PID F inflight adjustments
2018-07-22 18:57:22 +02:00
Miguel Angel Mulero Martinez
1e1952b16b
Refactor PID table
2018-07-22 18:57:19 +02:00
Miguel Angel Mulero Martinez
25e4e7f6ca
Add feedforward support
2018-07-22 18:55:58 +02:00
Kiripolszky Károly
c4e9d1778c
load mixer config on demand
2018-07-22 17:21:33 +02:00
Kiripolszky Károly
f71dcb9c3c
save last tab regardless of connection state
2018-07-22 14:26:55 +02:00
Kiripolszky Károly
1488f1c6c0
Add option to reopen last tab on connect
2018-07-22 14:26:49 +02:00
Michael Keller
863708ad94
Merge pull request #1119 from McGiverGim/add_pid_elements_3.5
...
Add new PID elements for version 3.5
2018-07-22 22:02:03 +12:00
Miguel Angel Mulero Martinez
b543ebf3ef
Add new PID elements for version 3.5
...
- iterm rotation
- smart feedforward
- iterm relax
- absolute control
- acro trainer
2018-07-22 09:48:11 +02:00
Miguel Angel Mulero Martinez
2f3cd09740
Fix dynamic adjustments with version
2018-07-21 08:01:54 +02:00
Michael Keller
14f04e5daf
Merge pull request #1116 from mikeller/set_filetype_description
...
Set file type descriptions for open / save dialogs.
2018-07-19 09:11:48 +12:00
Kiripolszky Károly
de395f0f58
rebase error and element ordering fix
2018-07-18 17:20:01 +02:00
Kiripolszky Károly
27bd8429fa
initial version of Log Status OSD element config
2018-07-18 17:20:01 +02:00
leocb
bd4f88093f
Added suport for OSD Max G-Force Stat
2018-07-17 12:30:27 -03:00
Michael Keller
606e4045d9
Merge pull request #1113 from mikeller/add_bootloader_msc_button
...
Added buttons for reboot into boot loader and MSC modes.
2018-07-18 01:54:47 +12:00
mikeller
3caf2d8ff5
Moved MSC button to blackbox tab.
2018-07-18 01:00:12 +12:00
mikeller
eec1388a2d
Set file type descriptions for open / save dialogs.
2018-07-17 22:01:18 +12:00
Michael Keller
1a2fe994fd
Merge pull request #1083 from smoriarty21/configuration_load_save
...
Restore dosen't work #1016
2018-07-17 21:08:16 +12:00
Kiripolszky Károly
7fddb38fb7
fix throttle position preview
2018-07-16 17:27:03 +02:00
mikeller
b9358083d9
Added buttons for reboot into boot loader and MSC modes.
2018-07-15 23:42:54 +12:00
Sean M
6443401e32
Remove async on promises
2018-07-09 10:56:00 -04:00
Sean Moriarty
70c839eb3a
Check for valid PID_ADVANCED values
2018-07-08 12:24:21 -04:00
Sean M
ef00402976
Fix configuration load/save for board and sensor alignment, craft name, DShot Beacon, ESC/Motor features, beeper, mixer, accelerometer, barometer and magnetometer
2018-07-08 12:24:21 -04:00
Kiripolszky Károly
8322e86b57
improve the way boot logo source image errors are handled to address issue #1077
2018-07-03 18:30:46 +02:00
Michael Keller
192e886f30
Merge pull request #1076 from mikeller/add_rtc_setting
...
Added setting of RTC when connecting.
2018-07-03 22:51:10 +12:00
Michael Keller
ac3a64300a
Merge pull request #1091 from McGiverGim/fix_osd_preview_old_firm
...
Fix OSD non positionable elements
2018-07-03 22:46:11 +12:00
Michael Keller
3926dfbfda
Merge pull request #1093 from mikeller/fix_gps_altitude
...
Fixed display of GPS altitude.
2018-07-03 22:45:41 +12:00
Michael Keller
78280a9b2f
Merge pull request #1095 from mikeller/add_facebook_link
...
Added Facebook link, cleaned up landing page.
2018-07-03 22:45:15 +12:00
leocb
7590c47636
Changed g_force draw_order to 15
2018-07-02 15:26:45 -03:00
leocb
920eafffcd
Added G-force element to OSD Config
2018-07-02 15:11:12 -03:00
mikeller
f7b8d60812
Added Facebook link, cleaned up landing page.
2018-07-01 23:10:43 +12:00
mikeller
ec75c22669
Fix from review.
2018-06-29 01:18:27 +12:00
mikeller
263ea5d364
Fixed display of GPS altitude.
2018-06-29 00:58:29 +12:00
Miguel Angel Mulero Martinez
684c118f23
Add OSD anti gravity element
2018-06-28 12:08:51 +02:00
Miguel Angel Mulero Martinez
9bdedd0c2c
Fix OSD non positionable elements
2018-06-28 08:50:23 +02:00
Miguel Angel Mulero Martinez
26442d0a78
Fix lpf zero
2018-06-26 09:09:53 +02:00
mikeller
c93f2f13e4
Added setting of RTC when connecting.
2018-06-24 17:44:48 +12:00
Andrey Mironov
604fb85988
Fixed CI build type silently defaulting to Release
2018-06-20 12:38:51 +03:00
Michael Keller
486ac0e4c8
Merge pull request #1043 from hydra/pid-audio-adjustment
...
Add PID-Audio adjustment.
2018-06-20 20:12:33 +12:00
Michael Keller
8bbc6f8970
Merge pull request #1010 from DieHertz/build-type-for-ci-builds
...
Build Type select for firmware flasher
2018-06-18 23:19:02 +12:00
Miguel Angel Mulero Martinez
6f6ff6b7bf
Fix the defaults for gyro lowpass 2 and dterm lowpass 2
2018-06-18 12:43:15 +02:00
DieHertz
befafc07e6
Added Build Type select for CI builds
2018-06-17 12:32:42 +03:00
Miguel Angel Mulero Martinez
637cc28f26
Use defaults for notch cutoffs
2018-06-16 08:47:12 +02:00
Michael Keller
7908f0274f
Merge pull request #1052 from cmengler/strict-directive-fixes
...
Fixed 'use strict' directives
2018-06-16 15:05:57 +12:00
Christian Mengler
14ce2f126d
Fixed 'use strict' directives
2018-06-15 11:25:12 +10:00
Christian Mengler
afdffc18b9
Fixed variable scope in generateElements method of Beepers.js
2018-06-15 10:58:49 +10:00
mikeller
acc8550924
Added help text for Dshot beacon.
2018-06-11 23:19:37 +12:00
mikeller
26361bebad
Added configuration for Dshot beacon activation conditions.
2018-06-11 00:55:21 +12:00
Miguel Angel Mulero Martinez
b6fdc0ea06
Fix max cutoff when reactivating notch
2018-06-09 20:30:16 +02:00
Michael Keller
ece187ca31
Merge pull request #1039 from McGiverGim/new_filters_stage2
...
Add new filters Stage 2
2018-06-08 20:14:22 +12:00
Miguel Angel Mulero Martinez
3be244e7a5
Refactor and up to date filters for Betaflight 3.4
2018-06-07 19:50:33 +02:00
Michael Keller
e3b77bc6c8
Merge pull request #1034 from Cleric-K/dterm-sp-weight-tooltip
...
Dterm Setpoint Weight tooltip update
2018-06-07 23:38:30 +12:00
Cleric-K
f333138b7e
Adjust Setpoint Weight slider on startup
2018-06-06 20:02:54 +03:00
Cleric-K
4430e89fda
Dynamic range for D Setpoint Weight Slider
...
Applying patch by @mikeller
https://github.com/betaflight/betaflight-configurator/pull/1034#issuecomment-395041697
2018-06-06 16:43:59 +03:00
Dominic Clifton
a0aa154bd8
Add PID-Audio adjustment.
2018-06-06 12:32:48 +02:00
Miguel Angel Mulero Martinez
0deae9d8fe
i18n failsafe switch modes
2018-06-06 10:29:27 +02:00
Cleric-K
6a4e605506
Support for 16-bit DTerm Setpoint Weight
2018-06-06 00:22:32 +03:00
mikeller
4699e580cf
Added warning for problematic setpoint transition values.
2018-06-05 00:34:20 +12:00
Adem Gaygusuz
3e69bc7cbd
change check from === 'MacOS' to !== 'Windows'
2018-06-03 10:37:55 +01:00
Adem Gaygusuz
6fd0153b91
Fix cli cleanup exit command after auto completing
2018-06-02 13:14:56 +01:00
Adem Gaygusuz
2e5bdae80e
Add npm test to travis ci
2018-06-01 22:12:35 +01:00
Adem Gaygusuz
aff6f3c8a1
Stop cli buffer from being displayed in cli output
2018-06-01 16:12:17 +01:00
Adem Gaygusuz
97775f2748
Add auto completion
2018-05-31 22:51:49 +01:00
Cleric-K
6700a1f9a4
Support for failsafe-switch-mode
2018-05-30 01:48:08 +03:00
Bruce Luckcuck
25cd902bd0
Fix OSD preview to use correct units suffix for GPS speed
...
Respect the units selection and display "K" for metric and "M" for imperial.
2018-05-13 12:31:29 -04:00
Michael Keller
eaddb59e48
Merge pull request #1020 from atomgomba/feature-firmware-caching
...
FirmwareCache: add method to manually purge cache and maintenance
2018-05-12 12:12:00 +12:00
Michael Keller
247c9f4706
Merge pull request #1019 from McGiverGim/fix_osd_sizes
...
Adjust some OSD fields length
2018-05-12 12:11:36 +12:00
Michael Keller
cf6d8bf706
Merge pull request #1017 from etracer65/osd_stats_reorder
...
Reorder OSD stats selections to match on-screen display order
2018-05-12 12:00:11 +12:00
Miguel Angel Mulero Martinez
7055f25978
i18n the osd button when pressed
...
It shows a "Saved" message for two seconds
2018-05-10 20:11:56 +02:00
Kiripolszky Károly
b18a98299b
FirmwareCache: naming fixes
2018-05-10 19:09:52 +02:00
Kiripolszky Károly
e432d8656d
FirmwareCache: additional initialization check
2018-05-10 18:14:58 +02:00
Kiripolszky Károly
65e49e5896
FirmwareCache: add method to manually purge cache and maintenance
2018-05-10 14:59:47 +02:00
Miguel Angel Mulero Martinez
0a8d2048a1
Adjust some OSD fields length
2018-05-08 13:41:40 +02:00
Bruce Luckcuck
1e979f0603
Reorder OSD stats selections to match on-screen display order
...
Going forward, any changes to the on-screen display order of the OSD post-flight statistics mut be reflected in the configurator.
2018-05-05 18:41:15 -04:00
Michael Keller
cbd4c30857
Merge pull request #1012 from mikeller/fix_blackbox_write_error
...
Added abort / error message when writing of downloaded blackbox log fails.
2018-05-04 21:48:13 +12:00
Michael Keller
c8acfc55e3
Fixes.
2018-05-04 20:41:18 +12:00
Michael Keller
a3f791fcac
Fix from review.
2018-05-04 20:37:08 +12:00
Kiripolszky Károly
54bdd2da14
FirmwareCache: memory footprint and UI improvements
2018-05-02 14:47:41 +02:00
Kiripolszky Károly
caef8dbf3c
bold label for downloaded firmwares
2018-05-01 11:30:36 +02:00
Kiripolszky Károly
bd1dbf21d0
initial implementation of firmware cache
2018-04-27 15:30:08 +02:00
mikeller
02e0d75442
Added abort / error message when writing of downloaded blackbox log fails.
2018-04-24 23:54:40 +12:00
Michael Keller
c5ae5d07a6
Merge pull request #981 from atomgomba/feature-replace-logo
...
Improved logo customization UI
2018-04-13 20:47:17 +12:00
Kiripolszky Károly
94fc9d01ff
refactor LogoManager into its own file
2018-04-13 10:15:43 +02:00
Justin Guarino
449da9c15f
Switched dshot beacon input to select to address issue #975
2018-04-07 03:54:01 -07:00
Michael Keller
77b15a7d42
Merge pull request #1000 from McGiverGim/bf-fix_msp_versions
...
Fix some MSP versions
2018-04-05 09:36:03 +12:00
Kiripolszky Károly
365b05987f
Merge remote-tracking branch 'upstream/master' into feature-replace-logo
2018-04-04 22:01:47 +02:00
Kiripolszky Károly
4b5c20008c
LogoManager: use named parameters in translation
2018-04-04 20:36:42 +02:00
Kiripolszky Károly
59788d8940
improved logo validation output, improved localization handling and bugfix
2018-04-04 20:34:56 +02:00
Kiripolszky Károly
9d9a395f6b
improved logo customization UI
2018-04-04 20:34:46 +02:00
Kiripolszky Károly
fd83241379
move styles for font logo management interface to external stylesheet
2018-04-04 20:34:33 +02:00
Kiripolszky Károly
79907fa388
logo customization code autoformatted with 4 space indents and minor refactoring
2018-04-04 20:34:21 +02:00
Kiripolszky Károly
6ef1ae7721
display logo image validation errors on the GUI
2018-04-04 20:34:08 +02:00
Miguel Angel Mulero Martinez
eba1a0fbb5
Fix some MSP versions
2018-04-04 16:21:49 +02:00
Michael Keller
d0ce8869a0
Merge pull request #998 from McGiverGim/bf-add_osd_warning_esc_fail
...
Add OSD_WARNING_ESC_FAIL
2018-04-05 02:15:25 +12:00
Miguel Angel Mulero Martinez
37a5cd0081
Add OSD_WARNING_ESC_FAIL
2018-04-04 16:04:11 +02:00
Michael Keller
51b5fa883d
Merge pull request #988 from McGiverGim/bf-i18n_parameters_by_name
...
Accept interpolation of i18next
2018-04-05 01:24:08 +12:00
Michael Keller
6440fb542e
Merge pull request #999 from McGiverGim/bf-add_battery_stats
...
Add OSD statistic battery
2018-04-05 01:22:32 +12:00
Michael Keller
dede17f1dd
Merge pull request #996 from McGiverGim/bf-add_not_linear_elements_osd
...
Add not linear elements to OSD
2018-04-04 15:10:33 +12:00
Miguel Angel Mulero Martinez
22439528fc
Add OSD statistic battery
2018-04-03 19:58:02 +02:00
Miguel Angel Mulero Martinez
5c15f9cbe8
Add not linear elements to OSD
2018-04-03 19:04:39 +02:00
Hydra
5f3c2b9c4b
CF/BF - Support reading OSD logos from local files.
...
It was broken due to chrome permissions.
2018-03-27 10:10:58 +13:00
fgiudice98
2578c09d09
Added KN protocol in SPI protocols selection
2018-03-26 12:00:56 +02:00
Michael Keller
b2727c0491
Merge pull request #984 from mikeller/allow_0_dterm_setpoint_transition
...
Re-allow 0 as value for DTerm Setpoint Transition.
2018-03-24 01:55:38 +13:00
Miguel Angel Mulero Martinez
4b48751132
Accept interpolation of i18next
2018-03-23 11:57:30 +01:00
mikeller
e5525049ce
Re-allow 0 as value for DTerm Setpoint Transition.
2018-03-23 02:24:15 +13:00
Michael Keller
19d81d89af
Merge pull request #982 from jflyper/bfcdev-amperageoffset-increase-range
...
Increase amperageoffset range
2018-03-22 09:35:18 +13:00
Michael Keller
847739b407
Merge pull request #983 from AndersHoglund/srxl_name_change
...
Spektrum SRXL menu selection string change.
2018-03-22 09:34:54 +13:00
Michael Keller
c1ef49d3d4
Merge pull request #985 from basdelfos/chrome-48-or-older-icon-fix
...
Ignore ‘icon’ property on older Chrome versions
2018-03-22 09:34:18 +13:00
Bas Delfos
059628906a
Ignore ‘icon’ property on older Chrome versions
2018-03-21 14:01:58 +01:00
Anders Hoglund
2d24f5a00b
Spektrum SRXL menu selection string change, preparing to avoid future possible clash.
2018-03-20 13:35:02 +01:00
jflyper
731b061afa
Increase amperageoffset range
2018-03-19 18:00:48 +09:00
Miguel Angel Mulero Martinez
7d1f0dfbf4
Add Portuguese translation
2018-03-15 18:37:58 +01:00
Michael Keller
d2c6fa2556
Merge pull request #977 from McGiverGim/bf-add_japanese_translation
...
Add Japanese translation
2018-03-16 06:28:33 +13:00
Michael Keller
bc796baf46
Merge pull request #973 from McGiverGim/bf-add_current_motors
...
Add current info to motors tab
2018-03-16 06:27:51 +13:00
Miguel Angel Mulero Martinez
cebdab0304
Add Japanese translation
2018-03-13 13:58:57 +01:00
Miguel Angel Mulero Martinez
0cfeb3bbdc
Add current info to motors tab
2018-03-10 09:38:06 +01:00
Miguel Angel Mulero Martinez
89f3d6e1be
Overflow blackbox free space to the left
2018-03-09 18:57:24 +01:00
Michael Keller
5244473769
Merge pull request #970 from blckmn/paypal_update
...
Update paypal donate link
2018-03-09 05:47:49 +13:00
Michael Keller
6456f72539
Merge pull request #935 from atomgomba/feature-replace-logo
...
Add new option to customize OSD logo
2018-03-09 05:44:40 +13:00
Jason Blackman
b11532fe74
Update paypal donate link
2018-03-08 08:30:13 +11:00
Miguel Angel Mulero Martinez
a876e4cc65
Fix MSP controls
2018-03-02 08:00:15 +01:00
Michael Keller
6455b94f8f
Merge pull request #951 from McGiverGim/bf-fix_map_js
...
Fix javascript error map.js
2018-02-27 22:16:06 +13:00
Miguel Angel Mulero Martinez
fbfb523b4d
Fix locale fallback
2018-02-26 20:37:37 +01:00
Miguel Angel Mulero Martinez
4973ac92fc
Fix javascript error map.js
2018-02-26 18:53:27 +01:00
Michael Keller
e8544110f8
Merge pull request #948 from EGParadox/master
...
fix Blackbox logging rate over 8kHz #415
2018-02-26 21:03:57 +13:00
DESKTOP-9KCKBM4\pff
188a19dc8a
fix style
2018-02-26 09:53:55 +02:00
DESKTOP-9KCKBM4\pff
d5a55fc3d8
check gyro32 flag to set pidratebase value
2018-02-26 08:14:58 +02:00
DESKTOP-9KCKBM4\pff
05b68927cd
fix Blackbox logging rate over 8kHz #415
2018-02-25 17:15:12 +02:00
Michael Keller
dcebea0f78
Merge pull request #947 from EGParadox/master
...
fix for issue #944
2018-02-26 01:59:06 +13:00
DESKTOP-9KCKBM4\pff
a87c60c151
fix for issue #944
2018-02-25 14:35:07 +02:00
Michael Keller
638bdc63f6
Merge pull request #940 from JManDoo/master
...
Fixed references to map.js after code cleanup
2018-02-24 18:39:36 +13:00
JManDoo
beca60fe6b
Fixed references to map.js after code cleanup
2018-02-23 13:48:38 -06:00
Miguel Angel Mulero Martinez
4bae688eaf
i18n Led Strip and others
2018-02-23 13:58:02 +01:00
Kiripolszky Károly
d15fbda038
move styles for font logo management interface to external stylesheet
2018-02-21 19:50:58 +01:00
Kiripolszky Károly
3f6800dcdc
logo customization code autoformatted with 4 space indents and minor refactoring
2018-02-20 22:00:58 +01:00
Kiripolszky Károly
85dea70cba
display logo image validation errors on the GUI
2018-02-20 17:44:53 +01:00
Kiripolszky Károly
41c46afcc5
add new option to customize OSD logo
2018-02-19 19:21:35 +01:00
Michael Keller
e14f75015a
Merge pull request #926 from mikeller/add_markup
...
Added markdown processing for GitHub release notes.
2018-02-19 08:46:50 +13:00
Michael Keller
32ceac5497
Merge pull request #930 from McGiverGim/bf-fix_msp_control
...
Fix MSP receiver control page
2018-02-18 03:16:08 +13:00
Miguel Angel Mulero Martinez
c9a2acb657
More i18n (sensors and welcome)
2018-02-16 11:29:09 +01:00
Miguel Angel Mulero Martinez
2b906a1a2e
Fix MSP receiver control page
2018-02-16 10:38:15 +01:00
Miguel Angel Mulero Martinez
541163d80d
Add italian translation
2018-02-16 08:15:55 +01:00
Miguel Angel Mulero Martinez
60c13a8012
Add Latvian language
2018-02-15 20:55:32 +01:00
mikeller
69ce469896
Added markdown processing for GitHub release notes.
2018-02-15 18:02:22 +13:00
Bas Delfos
a204d730bb
Added DSHOT beacon configuration
2018-02-14 12:15:58 +01:00
Bas Delfos
2a002b97ff
Added peripheral device entry "Benewake LIDAR" for UART
2018-02-14 12:15:58 +01:00
mikeller
5d760e8735
Added disabling of runaway takeoff prevention.
2018-02-14 01:32:23 +13:00
Michael Keller
d28abb91ef
Merge pull request #920 from McGiverGim/bf-fix_loading_i18n
...
Fix missing i18n loading
2018-02-13 01:50:07 +13:00
Miguel Angel Mulero Martinez
e324dd2b98
Fix missing i18n loading
2018-02-12 13:21:42 +01:00
Michael Keller
bf9bb8bbb7
Merge pull request #919 from McGiverGim/bf-fix_show_log_translation
...
Fix Show Log translation message
2018-02-13 00:52:16 +13:00
Miguel Angel Mulero Martinez
578d770f76
Fix Show Log translation message
...
When the application is opened with the log closed, the message appears
in English and not translated.
2018-02-12 12:27:21 +01:00
Michael Keller
bf2bd509be
Merge pull request #914 from McGiverGim/bf-fix_update_window
...
Fix update window
2018-02-11 02:29:59 +13:00
Miguel Angel Mulero Martinez
1092502583
Fix update window
...
The update window now is open inside a nw.js window. With this it is
opened in an external browser window.
2018-02-09 12:05:59 +01:00
Michael Keller
48ee8fea78
Merge pull request #899 from wind0r/remove_disarm_kill_switch_disable
...
remove or hide setting which disallow disarming on throttle above low
2018-02-09 20:00:08 +13:00
Steffen Windoffer
00c9723980
remove or hide setting which disallow disarming on throttle above low
2018-02-03 17:36:56 +01:00
Miguel Angel Mulero Martinez
649281e5f8
i18n profiles and rateprofiles select
2018-02-02 14:23:11 +01:00
Miguel Angel Mulero Martinez
25eb964990
Add translation into chinese simplified
2018-01-31 14:50:49 +01:00
mikeller
039c55402e
Added support for 6 rateprofiles.
2018-02-01 00:33:38 +13:00
Michael Keller
3b59f397f4
Merge pull request #895 from McGiverGim/bf-i18n_stm32driver
...
i18n stm32 driver
2018-01-30 00:55:43 +13:00
Miguel Angel Mulero Martinez
1de9efd590
i18n stm32 driver
2018-01-29 09:28:11 +01:00
Miguel Angel Mulero Martinez
3cb6862116
Fix for firmware flasher
2018-01-29 08:30:00 +01:00
Miguel Angel Mulero Martinez
c467f59f1d
Language user selectable in app
2018-01-28 13:39:23 +01:00
Miguel Angel Mulero Martinez
0a71f1e559
Use i18next as i18n framework
2018-01-27 12:19:17 +01:00
Bas Delfos
fd8e47706d
Changes as per review comment
2018-01-25 00:37:07 +01:00
Bas Delfos
24c81375a4
Move src files
2018-01-24 22:50:40 +01:00