1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-24 16:55:15 +03:00

[X3] DEFAULT_MODE=2 for production

This commit is contained in:
Bertrand Songis 2019-05-09 09:19:36 +02:00
parent 713d94ed65
commit 73a21a3e7e
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,8 @@ options = {
"X3": {
"PXX1": "NO",
"LUA": "NO_MODEL_SCRIPTS",
"GVARS": "YES"
"GVARS": "YES",
"DEFAULT_MODE": "2"
}
}