mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Merge pull request #2327 from haslinghuis/smallpack
Change lexical scope remaining root files
This commit is contained in:
commit
363d9e61ca
10 changed files with 46 additions and 50 deletions
|
@ -15,7 +15,7 @@ const API_VERSION_1_42 = '1.42.0';
|
|||
const API_VERSION_1_43 = '1.43.0';
|
||||
const API_VERSION_1_44 = '1.44.0';
|
||||
|
||||
var CONFIGURATOR = {
|
||||
const CONFIGURATOR = {
|
||||
// all versions are specified and compared using semantic versioning http://semver.org/
|
||||
API_VERSION_ACCEPTED: '1.2.1',
|
||||
API_VERSION_MIN_SUPPORTED_BACKUP_RESTORE: '1.5.0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue