Skip to content

Commit d009330

Browse files
authored
Update README.md
1 parent 95077e0 commit d009330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Extends the [python simconnect library](https://github.com/odwdinc/Python-SimCon
66
* A collection of possible variables can be found [here](https://bitbucket.org/mobiflight/mobiflightfc/src/master/Presets/msfs2020_simvars.cip) in the [MobiFlight repository](https://bitbucket.org/mobiflight/mobiflightfc).
77
* ATTENTION: At the moment it is only possible for one client at a time to access variables via MobiFlight WASM. There is not yet multi client support.
88

9+
Instead of the SimConnect class you need to use the SimConnectMobiFlight class in your application.
10+
911
## Example
1012

1113
**Example code on how to use the library and read variables:**

0 commit comments

Comments
 (0)