Skip to content

Commit

Permalink
Fixed API version detection on horus. (#218)
Browse files Browse the repository at this point in the history
Fixed API version detection on horus.
  • Loading branch information
mikeller committed May 11, 2019
1 parent 9ba62b4 commit d9d7c67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BF/bf.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
SCRIPT_HOME = "/SCRIPTS/BF"

apiVersion = 0

protocol = assert(loadScript(SCRIPT_HOME.."/protocols.lua"))()
radio = assert(loadScript(SCRIPT_HOME.."/radios.lua"))()

Expand Down

0 comments on commit d9d7c67

Please sign in to comment.