mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-30 01:06:11 +02:00
add language, syslog and simulator identifier to version string
This commit is contained in:
parent
f5158d4725
commit
7c1ddf875f
2 changed files with 16 additions and 1 deletions
15
src/app.cpp
15
src/app.cpp
|
@ -486,6 +486,21 @@ void app::resetSystem(void) {
|
|||
#ifdef AP_ONLY
|
||||
"A"
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_SYSLOG
|
||||
"Y"
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_SIMULATOR
|
||||
"S"
|
||||
#endif
|
||||
|
||||
"-"
|
||||
#ifdef LANG_DE
|
||||
"de"
|
||||
#else
|
||||
"en"
|
||||
#endif
|
||||
);
|
||||
|
||||
#ifdef AP_ONLY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue