1
0
Fork 0
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:
Bertrand Songis 2015-11-18 22:07:02 +01:00
parent 22a24d67c9
commit b7c09d703c
40 changed files with 535 additions and 244 deletions

View file

@ -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;
}