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

1452 commits

Author SHA1 Message Date
blckmn
752cac9b7a Restoring ability to load local configuration for a target 2022-11-05 11:49:13 +11:00
Steve Evans
9975846a46 Change 'VTX (MSP)' to 'VTX (MSP + Displayport)' and lose 'OSD (MSP Displayport)' option 2022-11-02 20:31:17 +00:00
ctzsnooze
45cd8bf175
Merge pull request #3062 from haslinghuis/fix-video-system
Fix video system selection for MSP
2022-10-31 20:38:37 +11:00
ctzsnooze
35ca9fc2aa
Merge pull request #3061 from haslinghuis/enforce-msp
Enable MSP configuration on MSP peripherals
2022-10-31 20:38:09 +11:00
haslinghuis
4f9348742d
Merge pull request #2798 from krasiyan/1877-display-name-configuration
Add 'Pilot name' to the Configurator UI; rename 'Display name' to 'Pilot name'; rename 'name' to 'craft_name'
2022-10-30 19:00:17 +01:00
blckmn
fbff80dbbb Merge branch 'master' into cloud_build 2022-10-30 18:51:32 +11:00
blckmn
6aae795781 Setup for the cloud build implementation 2022-10-30 18:50:53 +11:00
Mark Haslinghuis
6e4ca6816b Fix video system selection for MSP 2022-10-29 07:04:36 +02:00
Mark Haslinghuis
db97ca6705 Enforce MSP on MSP peripherals 2022-10-27 03:58:57 +02:00
Krasiyan Nedelchev
3873f82c23 Add 'Pilot name' to the Configurator UI; rename 'Display name' to 'Pilot name'; rename 'name' to 'craft_name'
- add pilot name (display_name) to the Configuration tab

  - add handling for the 'MSP2_GET_TEXT' and 'MSP2_SET_TEXT' commands

    - with support for the 'MSP2TEXT_PILOT_DISPLAY_NAME' ('displayName') config prop

  - backup handling of the 'displayName' config prop

  - add a text field to configure the pilot name in the 'Configuration/Personalization' box

    - using the 'display_name' FC config prop and the 'MSP2_GET_TEXT' / 'MSP2_SET_TEXT' MSP commands
    - add tooltips for both the 'Craft name' and 'Pilot name' fileds

  - rename the 'Display name' OSD element to 'Display name (Pilot name)'

    - expand the tooltip descriptions of 'Craft name' and 'Display name (Pilot name)'
    - change the default 'DISPLAY_NAME' OSD element preview to 'PILOT_NAME'

  - remove the default 'JOE PILOT' string value of the 'displayName' FC initial config

  - backwards compatibility handling for 'display_name' pre MSP v1.45

- rename 'display name' to 'pilot name'

  - add 'FC.CONFIG.pilotName' in place of 'FC.CONFIG.displayName'
  - add the 'PILOT_NAME' OSD element and keep backwards compatibility
    for the 'DISPLAY_NAME' OSD element (depending on the MSP version)

- rename 'FC.CONFIG.name' to 'FC.CONFIG.craftName'

  - add the 'MSP2TEXT_CRAFT_NAME' const for 'MSP2_GET_TEXT' / 'MSP2_SET_TEXT'
  - use 'MSP2_GET_TEXT' / 'MSP2_SET_TEXT' to get/set 'FC.CONFIG.craftName'
  - keep full backwards compatibility pre MSP v1.45 (using the legacy 'MSP_NAME' / 'MSP_SET_NAME')
2022-10-26 02:17:23 +02:00
haslinghuis
c3a81ca438
Merge pull request #3056 from SteveCEvans/msp_dp
Add OSD (MSP Displayport) option to port peripherals
2022-10-25 12:54:14 +02:00
Mark Haslinghuis
98e698b39a Add aux value element 2022-10-25 02:46:09 +02:00
Mark Haslinghuis
7115ea3022 Add GPS DOP debug 2022-10-24 22:15:38 +02:00
Steve Evans
ee4284b63b Add OSD (MSP Displayport) option to port peripherals 2022-10-21 22:33:50 +01:00
Jon Mahoney
adc3114b40 Ready Mode
Ready Mode allows the pilot to signal they are ready. Ideal for race
lines so all pilots are ready to race.
2022-10-19 22:15:27 -04:00
J Blackman
a49a6b98ba
Merge pull request #3027 from ASDosjani/port_update
Update port selection after initialization
2022-10-18 07:36:30 +11:00
J Blackman
00ecf2b494
Merge pull request #3015 from ASDosjani/port_fix
Fix some absence of port selection menu
2022-10-18 07:36:03 +11:00
ASDosjani
614eb5d957 Fix port selection 2022-10-16 20:31:24 +02:00
ASDosjani
b691740d55 Update port selection after initialization 2022-10-16 19:55:22 +02:00
Mark Haslinghuis
fbaa6df079 Hide backup and restore (again) 2022-10-14 01:19:12 +02:00
haslinghuis
2d84e4738e
Merge pull request #2988 from haslinghuis/update-pidprofile
Move TPA to PID profile
2022-10-14 00:36:21 +02:00
haslinghuis
3a4751946f
Merge pull request #3041 from haslinghuis/fix-debug-modes
Fix debug modes (GHST)
2022-10-12 22:41:36 +02:00
Mark Haslinghuis
f86bbfdba6 fix anti gravity tooltip 2022-10-11 22:56:19 +02:00
haslinghuis
1efa12672b
Merge pull request #3034 from haslinghuis/fix-vtx-status
Fix VTX status update after saving
2022-10-11 18:34:30 +02:00
Mark Haslinghuis
ca612cdcc7 Fix debug modes (GHST) 2022-10-11 00:30:27 +02:00
Mark Haslinghuis
2a3a83e1db Fix VTX status 2022-10-08 00:43:29 +02:00
Mark Haslinghuis
17291a6578 Fix OSD 2022-10-07 04:50:50 +02:00
Asier Ruiz
600fa605ef
Merge pull request #2996 from ASDosjani/list-fix
Add some missing style and minor bugfix
2022-10-05 17:40:06 +02:00
haslinghuis
500dea5b14
Merge pull request #2974 from jonmahoney15/watt-hours-consumed-osd-element
Watt Hours Consumed OSD element and post Flight Stat
2022-09-29 12:42:53 +02:00
ASDosjani
d1ca0e446e Fix some button related bugs and add some missing styles 2022-09-24 02:21:38 +02:00
Mark Haslinghuis
be2cdbd9f1 Move TPA from Rates to PID tuning (UI) 2022-09-22 14:49:10 +02:00
Mark Haslinghuis
a1449a8c9f Update PID Profile 2022-09-22 14:00:35 +02:00
Tomas Chmelevskij
424efcef28 fix: expose OSD for virtual FC to pick up 2022-09-21 08:42:11 +03:00
J Blackman
185db5beb5
Merge pull request #2985 from haslinghuis/dynIdleMin
Raise upper limit of dyn_idle_min_rpm
2022-09-19 09:07:35 +10:00
J Blackman
d5e685fb2a
Merge pull request #2987 from haslinghuis/raise-profile-count
Raise PID profile count
2022-09-19 09:05:58 +10:00
J Blackman
c4706b17a7
Merge pull request #2964 from P-I-Engineer/vtx_osd_variant_gitfix 2022-09-18 09:09:35 +10:00
J Blackman
0718559f4f
Merge pull request #2993 from haslinghuis/fix-auto-profile-cell-count-range 2022-09-18 09:07:41 +10:00
J Blackman
86c09b858b
Merge pull request #3020 from haslinghuis/change-dynamic-notch-minhz-default 2022-09-18 09:07:04 +10:00
J Blackman
74d2492b34
Merge pull request #3011 from haslinghuis/add-debug-modes 2022-09-18 09:06:09 +10:00
J Blackman
e946ed3bcc
Merge pull request #2998 from haslinghuis/fix-profile-switching 2022-09-18 09:05:43 +10:00
J Blackman
02a1522ef0
Merge pull request #2980 from haslinghuis/dshot_extended_telemetry_on_unused_ranges 2022-09-18 09:04:46 +10:00
J Blackman
818f93a831
Merge pull request #2952 from mituritsyn/accel_fields_visibility 2022-09-18 09:04:01 +10:00
J Blackman
8813538fef
Merge pull request #2922 from freasy/feature/mdns_check_and_resolve 2022-09-18 09:03:21 +10:00
Mark Haslinghuis
bea9d16486 Fix auto_profile_cell_count range 2022-09-15 21:08:17 +02:00
Mark Haslinghuis
4afd84059b Add missing debug modes 2022-09-15 20:48:46 +02:00
haslinghuis
7bf6084b5b
Merge pull request #2965 from phobos-/msp_vtx
VTX Device over MSP
2022-09-14 17:33:50 +02:00
Eike Ahmels
d03cdfc425
Update src/js/serial_backend.js
As suggested

Co-authored-by: haslinghuis <mark@numloq.nl>
2022-09-10 13:25:12 +02:00
Eike Ahmels
777f2b6383 removed helper.js, fixed bonjour calls 2022-09-09 15:20:54 +02:00
Mark Haslinghuis
85b3cda0c9 Change dynamic Notch MinHz Default 2022-09-08 22:02:46 +02:00
Mark Haslinghuis
681b32614d Raise upper limit of dyn_idle_min_rpm 2022-08-31 22:26:56 +02:00