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 4a181bf commit b7c5196Copy full SHA for b7c5196
src/SCRIPTS/BF/ui_init.lua
@@ -43,7 +43,7 @@ local function init()
43
getVtxTables = nil
44
collectgarbage()
45
end
46
- elseif not boardInfoReceived then
+ elseif not boardInfoReceived and apiVersion >= 1.043 then
47
getBoardInfo = getBoardInfo or assert(loadScript("board_info.lua"))()
48
returnTable.t = getBoardInfo.t
49
boardInfoReceived = getBoardInfo.f()
0 commit comments