Skip to content

Commit

Permalink
Merge pull request #388 from pfeerick/tip-updates
Browse files Browse the repository at this point in the history
UserDefineDescription updates
  • Loading branch information
jurgelenas authored Sep 27, 2022
2 parents 7eb2ba4 + 228fe92 commit 5bf49e3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/ui/components/UserDefineDescription/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ const UserDefineDescription: FunctionComponent<UserDefineDescriptionProps> =
RX by connecting to its wifi network and visiting 10.0.0.1
</p>
<p>
Wifi internal is defined in <strong>seconds</strong>. Default is
20 seconds.
Auto on interval is defined in <strong>seconds</strong>. Default
is 60 seconds.
</p>
<p>
<DocumentationLink
Expand Down Expand Up @@ -424,19 +424,19 @@ const UserDefineDescription: FunctionComponent<UserDefineDescriptionProps> =
return (
<div>
<p>
It makes the TX module send the telemetry data to the OpenTX
every 320 ms by default. This stops the telemetry lost warnings
when running a high telemetry ratio, or low rates like 50hz.
Make the TX module send telemetry data to the handset at a fixed
interval. This reduces the &quot;Telemetry Lost&quot; warnings
when running at a high telemetry ratio, or low rates like 50hz.
</p>
<p>
Default value is <strong>320LU</strong>. If you want to change
Default value is <strong>240LU</strong>. If you want to change
that you have to suffix your milliseconds value with{' '}
<strong>LU</strong>. For example, in order to specify 100 ms
telemetry update rate you have to enter it like this:{' '}
<strong>100LU</strong>.
</p>
<p>
Typically, you want to keep <strong>320LU</strong> value for
Typically, you want to keep <strong>240LU</strong> value for
OpenTX based radios, and <strong>100LU</strong> for ErskyTx
ones.
</p>
Expand Down

0 comments on commit 5bf49e3

Please sign in to comment.