Skip to content

Commit 15ac5d6

Browse files
Updated the description of the telemetry script background function, which changed in OpenTX 2.1 (opentx/opentx#4016)
1 parent b910419 commit 15ac5d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

telemetry.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Scripts are located on the SD card in the folder /SCRIPTS/TELEMETRY/<*name*&g
1313
Telemetry scripts are started when the model is loaded.
1414

1515
* script init function is called
16-
* script background function is periodically called when custom telemetry screen is **not visible**
16+
* script background function is periodically called when custom telemetry screen is **not visible**. *Notice*:
17+
* In OpenTX 2.0 this function is **not called** when the custom telemetry screen is visible.
18+
* In OpenTX 2.1 and successors this function is **always called** no matter if the custom screen is visible or not.
1719
* script run function is periodically called when custom telemetry screen is **visible**
1820
* script is stopped and disabled if it misbehaves (too long runtime, error in code, low memory)
1921
* all telemetry scripts are stopped while one-time script is running (see Lua One-time scripts)

0 commit comments

Comments
 (0)