Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-13Update translations (#3080)HEADmasterMíguel Ángel Mulero Martínez
2022-11-13Fix gps_rescue_min_start_dist (#3076)haslinghuis
2022-11-10Fix scale for gyro readings (#3073)haslinghuis
2022-11-09Allow user to specify a sha / pull request (#3069)J Blackman
2022-11-09Adding custom define input box (#3074)J Blackman
2022-11-07Adding help icons and improving darkmode css. (#3070)J Blackman
2022-11-06Fixed board selection not sticking (#3068)J Blackman
2022-11-06Revert removal of selectedBoard as used within stm32.jsblckmn
2022-11-05Adding help icons and improving darkmode css.blckmn
2022-11-05Fix for moving off tab and no update to cloud build options.blckmn
2022-11-05Fixed board selection not stickingblckmn
2022-11-05Add GPS DOP debug (#3060)J Blackman
Add GPS_DOP debug https://github.com/betaflight/betaflight/pull/11912
2022-11-05release_notes - correctly state that nightly is a debug release (#3067)J Blackman
* nightly builds currently and incorrectly state `This is a release build. It does not contain the debug console.` * this PR changes it to `This is a debug build. It contains the debug console.` ![image](https://user-images.githubusercontent.com/56646290/200015511-111cb0c4-ce60-4040-acbd-6fc7a1c3a071.png)
2022-11-05Restoring ability to load local configuration for a target (#3066)J Blackman
Based on device auto detect, and the use of local flash files.
2022-11-05Restoring ability to load local configuration for a targetblckmn
2022-11-04release_notes - correctly state that nightly is a debug releasenerdCopter
2022-11-04Change 'VTX (MSP)' to 'VTX (MSP + Displayport)' and lose 'OSD (MSP ↵J Blackman
Displayport)' option (#3065) See also https://github.com/betaflight/betaflight/pull/11950 These two PR's remove the explicit MSP Displayport enablement, and instead have Displayport on MSP enabled at the same time at MSP VTX support if MSP is also enabled on the port. No traffic will flow on the serial port unless `osd_displayport_device = MSP`.
2022-11-02Change 'VTX (MSP)' to 'VTX (MSP + Displayport)' and lose 'OSD (MSP ↵Steve Evans
Displayport)' option
2022-10-31Merge pull request #3062 from haslinghuis/fix-video-systemctzsnooze
Fix video system selection for MSP
2022-10-31Merge pull request #3061 from haslinghuis/enforce-mspctzsnooze
Enable MSP configuration on MSP peripherals
2022-10-30Merge pull request #3063 from blckmn/fixhaslinghuis
Removing duplicate for Sonarcloud
2022-10-30Merge pull request #2798 from krasiyan/1877-display-name-configurationhaslinghuis
Add 'Pilot name' to the Configurator UI; rename 'Display name' to 'Pilot name'; rename 'name' to 'craft_name'
2022-10-30Removing duplicate for Sonarcloudblckmn
2022-10-30Merge branch 'master' into cloud_buildblckmn
2022-10-30Setup for the cloud build implementationblckmn
2022-10-29Fix video system selection for MSPMark Haslinghuis
2022-10-27Enforce MSP on MSP peripheralsMark Haslinghuis
2022-10-26Add 'Pilot name' to the Configurator UI; rename 'Display name' to 'Pilot ↵Krasiyan Nedelchev
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-25Merge pull request #3056 from SteveCEvans/msp_dphaslinghuis
Add OSD (MSP Displayport) option to port peripherals
2022-10-25Merge pull request #3059 from Asizon/android_containerJ Blackman
Fix container for phones
2022-10-25Merge pull request #3057 from haslinghuis/add-aux-valueJ Blackman
2022-10-25Add aux value elementMark Haslinghuis
2022-10-25Merge pull request #3054 from jonmahoney15/ready-mode-osd-elementhaslinghuis
Ready Mode
2022-10-24Add GPS DOP debugMark Haslinghuis
2022-10-23Merge pull request #3055 from limonspb/presets_search_bar_z_indexAsier Ruiz
Presets fix: search bar z-index should keep it above the presets panels
2022-10-23Fix container for phonesasizon
2022-10-22Add OSD (MSP Displayport) option to port peripheralsSteve Evans
2022-10-21Presets fix: search bar z-index should keep it above the presets panelsIvan Efimov
2022-10-20Ready ModeJon Mahoney
Ready Mode allows the pilot to signal they are ready. Ideal for race lines so all pilots are ready to race.
2022-10-17Merge pull request #3027 from ASDosjani/port_updateJ Blackman
Update port selection after initialization
2022-10-17Merge pull request #3015 from ASDosjani/port_fixJ Blackman
Fix some absence of port selection menu
2022-10-17Merge pull request #3047 from haslinghuis/fix-backup-restoreJ Blackman
Hide backup and restore (again)
2022-10-17Merge pull request #3052 from limonspb/fav_presetsJ Blackman
Presets: Interactive stars for favorites
2022-10-17Merge pull request #3045 from McGiverGim/update_setup-java_actionhaslinghuis
Update setup-java action to version 3
2022-10-17Presets: Interactive stars for favoritesIvan Efimov
2022-10-16Fix port selectionASDosjani
2022-10-16Update port selection after initializationASDosjani
2022-10-14Merge pull request #3046 from ↵haslinghuis
nerdCopter/20221013_github_actions_workflow_manual_build Workflow improvement - add option for non-PR manual builds
2022-10-14Hide backup and restore (again)Mark Haslinghuis
2022-10-14Merge pull request #2988 from haslinghuis/update-pidprofilehaslinghuis
Move TPA to PID profile