1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 12:25:12 +03:00

Ghost support (#7900)

This commit is contained in:
3djc 2020-08-28 15:54:51 +02:00 committed by GitHub
parent 1cfe0edeb6
commit 205ac7a21d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 776 additions and 54 deletions

View file

@ -40,6 +40,8 @@
#define DISPLAY_VERSION "-radiomaster"
#elif defined(TBS_RELEASE)
#define DISPLAY_VERSION "-tbs"
#elif defined(IMRC_RELEASE)
#define DISPLAY_VERSION "-imrc"
#else
#define DISPLAY_VERSION
#endif