1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 04:45:20 +03:00

read version information from... version.json

This commit is contained in:
Kyle K 2019-08-11 07:23:13 +00:00
parent 7189363f98
commit 3fb1d96370
3 changed files with 24 additions and 22 deletions

View file

@ -5,7 +5,7 @@
function configuration_backup(callback) {
var activeProfile = null;
var version = getManifestVersion();
var version = CONFIGURATOR.version;
if (version.indexOf(".") === -1) {
version = version + ".0.0";