Skip to content

Commit 3ce28be

Browse files
authored
RSSI function script (#301)
RSSI function script
2 parents 65af2da + 1ba3027 commit 3ce28be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/SCRIPTS/FUNCTIONS/rssi.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
SCRIPT_HOME = "/SCRIPTS/BF"
2+
apiVersion = 0
3+
protocol = assert(loadScript(SCRIPT_HOME.."/protocols.lua"))()
4+
assert(loadScript(protocol.transport))()
5+
assert(loadScript(SCRIPT_HOME.."/MSP/common.lua"))()
6+
local background = assert(loadScript(SCRIPT_HOME.."/background.lua"))()
7+
8+
return { run=background }

0 commit comments

Comments
 (0)