Skip to content

Commit a2165ac

Browse files
authored
Add new Page for Trim Acc
1 parent 9c9c848 commit a2165ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/SCRIPTS/BF/pages.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ if apiVersion >= 1.41 then
5656
PageFiles[#PageFiles + 1] = { title = "GPS PIDs", script = "gpspids.lua" }
5757
end
5858

59+
if apiVersion >= 1.16 then
60+
PageFiles[#PageFiles + 1] = { title = "Trim Accelerometer", script = "acc_trim.lua" }
61+
end
62+
5963
return PageFiles

0 commit comments

Comments
 (0)