File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ Scripts are located on the SD card in the folder /SCRIPTS/TELEMETRY/<*name*&g
13
13
Telemetry scripts are started when the model is loaded.
14
14
15
15
* 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.
17
19
* script run function is periodically called when custom telemetry screen is ** visible**
18
20
* script is stopped and disabled if it misbehaves (too long runtime, error in code, low memory)
19
21
* all telemetry scripts are stopped while one-time script is running (see Lua One-time scripts)
You can’t perform that action at this time.
0 commit comments