Forward Prog v0.56 (#919)

1. NEW Black&White Radios new model setup. Now it can setup completely a plane from zero
2. Color version; simplified code for Tail mixes, and fix Taileron setup
This commit is contained in:
Frankie Arzu
2023-12-17 11:12:14 +01:00
committed by GitHub
parent 21a06c2925
commit 62aa58d32d
22 changed files with 3168 additions and 422 deletions

View File

@@ -547,7 +547,12 @@ function MenuLib.GetFlightModeValue(line)
end
else
-- No adjustment needed
ret=ret..(val + 1)
if (val==190) then
ret=ret.."Err:Out of Range"
else
ret=ret..(val + 1)
end
end
return ret
end