mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 04:15:26 +03:00
[Horus] S.PORT devices update should work (not tested)
[Horus] SD Manager files renaming fixed (quick & dirty, I would prefer a popup)
This commit is contained in:
parent
fd138cf22a
commit
cc2c2b094e
22 changed files with 585 additions and 500 deletions
|
@ -339,7 +339,7 @@ static int luaSportTelemetryPush(lua_State * L)
|
|||
packet.primId = luaL_checkunsigned(L, 2);
|
||||
packet.dataId = luaL_checkunsigned(L, 3);
|
||||
packet.value = luaL_checkunsigned(L, 4);
|
||||
sportOutputPushPacket(packet);
|
||||
sportOutputPushPacket(&packet);
|
||||
lua_pushboolean(L, true);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue