1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 04:45:17 +03:00

Radiomaster production firmware build tool

This commit is contained in:
3djc 2020-03-19 11:40:34 +01:00
parent ec1ebe4a0b
commit 47e70e6277
3 changed files with 83 additions and 0 deletions

View file

@ -36,6 +36,8 @@
#define DISPLAY_VERSION "FrSky"
#elif defined(JUMPER_RELEASE)
#define DISPLAY_VERSION "JumperRC"
#elif defined(RADIOMASTER_RELEASE)
#define DISPLAY_VERSION "Radiomaster"
#elif defined(TBS_RELEASE)
#define DISPLAY_VERSION "TBS"
#else