FSUIPC7 7.1.0 Released

FSUIPC7 v7.1.0 released on 9th May 2021 contains the following changes:
- Added simvars TURB ENG IGNITION SWITCH EX1:1/2/3/4 to offset area at 0x02C0/1/2/3.
- Updated to recognise up to 128 buttons in Buttons Assignment panel
- Added integration to the FSUIPC WASM module to provide lvar access as in FSUIPC5/6 (i.e. via macros and lua scripts)
- additional lua functions added to read/write lvars as strings: readLvarSTR, writeLvarSTR
- additional lua function added to activate hvars: activateHvar
- WASM menu added to Add-ons menu when FSUIPC WASM detected
- Read-only protection removed from offsets A000-A200 (so now available as free user offsets, as documented).

划重点
正式支持128键位设置,对于单个外设多余32个键位的外设管理,可以不再依赖于LUA脚本,便可以自动识别了。
FSUIPC开始正式集成WASM功能模块,结合对Lvars及Hvars相关管理、读写操作,FSUIPC在MFS2020上可以进行更多的数据管理。
由于早些时间便使用测试版在MFS2020上进行测试,以上功能将会为你的外设操作管理提供很大帮助。特别是对于那些DIY外设的玩家,能够更灵活的复原驾驶舱面板的操作了,即使第三方厂商使用了自定义的L、H类变量。
