Fix Chirp signature

This commit is contained in:
Armel FAUVEAU
2024-02-09 17:00:12 +01:00
parent 2f813914dd
commit f158c5c6a7
3 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,8 @@
#endif
#ifdef ENABLE_FEAT_F4HWN
const char Version[] = AUTHOR_STRING_1 " " VERSION_STRING_1;
const char Version[] = AUTHOR_STRING_2 " " VERSION_STRING_2;
const char Credits[] = AUTHOR_STRING_1 " " VERSION_STRING_1;
const char Feat[] = "Feat " AUTHOR_STRING_2 " " VERSION_STRING_2;
#else
const char Version[] = AUTHOR_STRING VER;