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

Colorlcd too

This commit is contained in:
3djc 2020-12-01 09:11:56 +01:00
parent dbb8d6d6bc
commit a60e84af6f

View file

@ -48,7 +48,11 @@
#if defined(COLORLCD) #if defined(COLORLCD)
const char fw_stamp[] = "FW" TAB ": opentx-" FLAVOUR; const char fw_stamp[] = "FW" TAB ": opentx-" FLAVOUR;
#if defined(RADIOMASTER_RELEASE) || defined(JUMPER_RELEASE)
const char vers_stamp[] = "VERS" TAB ": Factory firmware (" GIT_STR ")";
#else
const char vers_stamp[] = "VERS" TAB ": " VERSION DISPLAY_VERSION " (" GIT_STR ")"; const char vers_stamp[] = "VERS" TAB ": " VERSION DISPLAY_VERSION " (" GIT_STR ")";
#endif
const char date_stamp[] = "DATE" TAB ": " DATE; const char date_stamp[] = "DATE" TAB ": " DATE;
const char time_stamp[] = "TIME" TAB ": " TIME; const char time_stamp[] = "TIME" TAB ": " TIME;
const char eeprom_stamp[] = "EEPR" TAB ": " EEPROM_STR; const char eeprom_stamp[] = "EEPR" TAB ": " EEPROM_STR;