1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 09:45:21 +03:00

Invert lines in EXPO submenu (in order to have conditions all together)

Translations updated
This commit is contained in:
bsongis 2012-02-28 22:44:26 +00:00
parent d1689d3e81
commit 46b17b8d91
6 changed files with 32 additions and 20 deletions

View file

@ -635,6 +635,8 @@ void resetTelemetry()
frskyHubData.gpsLatitude_ap = 7455;
frskyHubData.gpsLongitude_bp = 1006;
frskyHubData.gpsLongitude_ap = 9533;
frskyHubData.gpsFix = 1;
frskyHubData.cellsCount = 6;
#endif
}