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

@@ -1,5 +1,5 @@
local Log, menuLib, modelLib, DEBUG_ON, SIMULATION_ON = ... -- Get DebugON from parameters
local MAIN_MENU_LIB_VERSION = "0.55"
local MAIN_MENU_LIB_VERSION = "0.56"
local MODEL = modelLib.MODEL
local PHASE = menuLib.PHASE