mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
[Horus] UI continued
This commit is contained in:
parent
22a24d67c9
commit
b7c09d703c
40 changed files with 535 additions and 244 deletions
|
@ -37,7 +37,7 @@
|
|||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include "opentx.h"
|
||||
#include "stamp-opentx.h"
|
||||
#include "stamp.h"
|
||||
#include "lua/lua_api.h"
|
||||
|
||||
#if defined(PCBHORUS)
|
||||
|
@ -108,7 +108,7 @@ Script finished with status 1
|
|||
*/
|
||||
static int luaGetVersion(lua_State *L)
|
||||
{
|
||||
lua_pushstring(L, VERS_STR);
|
||||
lua_pushstring(L, VERSION);
|
||||
lua_pushstring(L, RADIO_VERSION);
|
||||
return 2;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue