We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9c848 commit a2165acCopy full SHA for a2165ac
src/SCRIPTS/BF/pages.lua
@@ -56,4 +56,8 @@ if apiVersion >= 1.41 then
56
PageFiles[#PageFiles + 1] = { title = "GPS PIDs", script = "gpspids.lua" }
57
end
58
59
+if apiVersion >= 1.16 then
60
+ PageFiles[#PageFiles + 1] = { title = "Trim Accelerometer", script = "acc_trim.lua" }
61
+end
62
+
63
return PageFiles
0 commit comments