Skip to content

Commit 947fa2c

Browse files
authored
Extra fixes and corrections
Thanks danricho
1 parent cc0b3cb commit 947fa2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ aq = AircraftRequests(sm, _time=2000)
2121
# Use _time=ms where ms is the time in milliseconds to cache the data.
2222
# Setting ms to 0 will disable data caching and always pull new data from the sim.
2323
# There is still a timeout of 4 tries with a 10ms delay between checks.
24-
# If no data is received in 40ms the value will be set to -999999
25-
# Each request can be fine tuned by setting the time pram.
24+
# If no data is received in 40ms the value will be set to None
25+
# Each request can be fine tuned by setting the time param.
2626

2727
# To find and set timeout of cached data to 200ms:
2828
altitude = aq.find("PLANE_ALTITUDE")
@@ -108,7 +108,7 @@ Arguments to pass:
108108

109109
Description: Triggers an event in the simulator
110110

111-
## Running SimConnect on another system.
111+
## Running SimConnect on a separate system.
112112

113113
#### Note: At this time SimConnect can only run on Windows hosts.
114114

0 commit comments

Comments
 (0)