You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for "On Hold" type Touch Portal actions with a configurable repeat time.
All current actions which may make sense to repeat (such as for control surfaces or AP adjustments) should now be available in the "On Hold" TP button configuration page.
The generated documentation now shows which actions can be held.
Note that "On Hold" actions do not trigger upon first button press, you need to configure an "On Pressed" action as well, which is a bit more setup but is more flexible
in case a single press should do some different action.
Added support for Touch Portal plugin Settings (in the TP Settings -> Plug-ins -> MSFSTouchPortalPlugin page).
Added setting to control automatic connection to SimConnect upon TP (or plugin) startup. When disabled, connectin must be made manually via the existing Connect action.
Fixed issue with re-connecting to SimConnect automatically despite user's Disconnect/Toggle Off action.
Fixed text values like ATC ID and Aircraft Title not updating properly after the first time. #42
Fixed/changed light switch states to only reflect switch status, not the light OR switch being on. #5
Fixed that Elevevator Trim Position (degrees) was actually reporting the percentage-open value (percents also added, see below).
More robust recovery (reconnection) in case of (some) unexpected SimConnect errors.
Fixed generated documentation to include all TP States per category. It now also includes settings information.
Less verbose logging by default, with more control via appsettings.json file (changes in config reflected w/out restarting the plugin).