16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-23 01:39:19 +02:00

git changes

This commit is contained in:
milek7
2017-09-26 15:38:08 +02:00
parent 5add2c5f1c
commit 8dd119066f
3 changed files with 58 additions and 21 deletions

View File

@@ -298,7 +298,6 @@ class Global
bool enable = false;
std::string port;
int baud;
int interval;
float updatetime;
float mainbrakemin = 0.0f;
@@ -315,6 +314,13 @@ class Global
float hvuart = 65535.0f;
float currentmax = 10000.0f;
float currentuart = 65535.0f;
bool mainenable = true;
bool scndenable = true;
bool trainenable = true;
bool localenable = true;
bool debug = false;
};
static uart_conf_t uart_conf;