1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

Enables retrieval of the RELEASE_NAME using MSP2 (#12878)

Retrieve releasename
This commit is contained in:
Mark Haslinghuis 2023-06-11 02:28:52 +02:00 committed by GitHub
parent 16776dc29f
commit 7d1007ea03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 9 deletions

View file

@ -68,6 +68,8 @@ extern "C" {
const uint16_t valueTableEntryCount = ARRAYLEN(valueTable);
const lookupTableEntry_t lookupTables[] = {};
const char * const lookupTableOsdDisplayPortDevice[] = {};
const char * const buildKey = NULL;
const char * const releaseName = NULL;
PG_REGISTER(osdConfig_t, osdConfig, PG_OSD_CONFIG, 0);