optimise mavlink SS packet size (#3029)
[ExpressLRS.git] / src / lib / LUA / rxtx_devLua.h
blob1ffc54a820bfe5e8550941df634ae88d35c98e87
1 #pragma once
3 #include "common.h"
4 #include "device.h"
5 #include "lua.h"
6 #include "config.h"
7 #include "POWERMGNT.h"
9 // Common functions
10 void luadevGeneratePowerOpts(luaItem_selection *luaPower);
12 // Common Lua storage (mutable)
13 extern char strPowerLevels[];
15 // Common Lua storate (constant)
16 extern const char STR_EMPTYSPACE[];
17 extern const char STR_LUA_PACKETRATES[];