16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 15:09:19 +02:00

version info changes

This commit is contained in:
milek7
2018-03-21 20:30:05 +01:00
parent 9b602686a2
commit 6f62297e31
4 changed files with 6 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ http://mozilla.org/MPL/2.0/.
#include "uart.h"
#include "utilities.h"
#include "motiontelemetry.h"
#include "version.h"
struct global_settings {
// members
@@ -164,7 +165,7 @@ struct global_settings {
int iMultiplayer{ 0 }; // blokada działania niektórych eventów na rzecz kominikacji
// other
std::string AppName{ "EU07" };
std::string asVersion{ "UNKNOWN" }; // z opisem
std::string asVersion{ VERSION_INFO }; // z opisem
motiontelemetry::conf_t motiontelemetry_conf;
std::string screenshot_dir;
bool loading_log = true;