mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
#1876 - Radio identifier added inside the firmware - it will help
Companion to recognize the radio type and avoid to flash a wrong firmware. Conflicts: radio/src/Makefile
This commit is contained in:
parent
c27392b454
commit
40f496e7fb
7 changed files with 36 additions and 22 deletions
|
@ -46,4 +46,4 @@
|
|||
#define EEPROM_STR DEFNUMSTR(EEPROM_VER);
|
||||
#endif
|
||||
|
||||
const pm_char vers_stamp[] PROGMEM = "VERS\037\033: " VERS_STR "\036DATE\037\033: " DATE_STR"\036TIME\037\033: " TIME_STR "\036EEPR\037\033: " EEPROM_STR;
|
||||
const pm_char vers_stamp[] PROGMEM = "VERS\037\033: " "opentx-" FLAVOUR "-" VERS_STR "\036DATE\037\033: " DATE_STR"\036TIME\037\033: " TIME_STR "\036EEPR\037\033: " EEPROM_STR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue