Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Commit 41468de

Browse files
committed
use 10Hz updates for tracker mode
1 parent 17c40a3 commit 41468de

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

ltm.lua

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -391,11 +391,8 @@ local function run(event)
391391
if rssi ~= nil then
392392
D.rssi = rssi
393393
if S.onlyTracker then
394-
if (D.mcount % 2) == 0 then
395-
send_gframe()
396-
else
397-
send_aframe()
398-
end
394+
send_gframe()
395+
send_aframe()
399396
else
400397
send_aframe()
401398
if (D.mcount % 2) == 0 then

0 commit comments

Comments
 (0)