Skip to content

Commit ba2773a

Browse files
authored
Fixed API version detection on horus. (#218)
Fixed API version detection on horus.
2 parents f4990e7 + 42aa704 commit ba2773a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BF/bf.lua

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
SCRIPT_HOME = "/SCRIPTS/BF"
22

3+
apiVersion = 0
4+
35
protocol = assert(loadScript(SCRIPT_HOME.."/protocols.lua"))()
46
radio = assert(loadScript(SCRIPT_HOME.."/radios.lua"))()
57

0 commit comments

Comments
 (0)