mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Change lexical scope remaing root
This commit is contained in:
parent
317f937fd5
commit
57539eb6de
10 changed files with 55 additions and 59 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