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

Presets TAB

This commit is contained in:
Ivan Efimov 2021-11-23 19:38:48 -06:00
parent 41747c65b6
commit e63a5fe642
39 changed files with 3375 additions and 19 deletions

View file

@ -30,6 +30,9 @@ const CONFIGURATOR = {
cliActive: false,
cliValid: false,
productName: 'Betaflight Configurator',
cliEngineActive: false,
cliEngineValid: false,
gitChangesetId: 'unknown',
version: '0.0.1',
gitRevision: 'norevision',
latestVersion: '0.0.1',