From 3115d884c74497bb22dd8308fae4bc53bb386daf Mon Sep 17 00:00:00 2001
From: Torsten Merz <mer114@moon-ph.nexus.csiro.au>
Date: Mon, 26 Jul 2021 10:29:14 +1000
Subject: [PATCH] adjusted user.cfg.i7 and updated readme files

---
 README.md                          | 9 +--------
 examples/common/config/user.cfg.i7 | 4 ++--
 ui/README                          | 9 ++++-----
 3 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index cfd5442..8eb7021 100644
--- a/README.md
+++ b/README.md
@@ -46,15 +46,8 @@ of the License, or (at your option) any later version.
 
 ## Compiling the Qt Based Tools
 
-To compile the QT tools do the folling:
-```bash
-cd ui
-qmake
-make
-```
+See README file in ui directory.
 
 ## Compiling the ESM interpreter library
 
 See README file in smi directory.
-
-
diff --git a/examples/common/config/user.cfg.i7 b/examples/common/config/user.cfg.i7
index 064ae65..ab01fb6 100644
--- a/examples/common/config/user.cfg.i7
+++ b/examples/common/config/user.cfg.i7
@@ -1,5 +1,5 @@
-150000 RTSLEEP_TOLERANCE
-120000 TASK_SLOT_TIME_TOLERANCE
+95000 RTSLEEP_TOLERANCE
+45000 TASK_SLOT_TIME_TOLERANCE
 1 DELAY_CORRECTION
 0 PRINT_STATES
 15 1 0 0 0 0 0 0 0 0 0 0 0 -10 0 0 NUMBER_OF_PROCESSES PRIORITIES -20..19
diff --git a/ui/README b/ui/README
index 474d412..b5fd640 100644
--- a/ui/README
+++ b/ui/README
@@ -1,9 +1,8 @@
 Build:
-1. enter ui directory
-2. "qmake"
-3. "make"
-4. set PATH environment variable to ui/bin
-5. install symbol.ttf font
+1. "qmake"
+2. "make"
+3. set PATH environment variable to ui/bin
+4. install symbol.ttf font
 
 Run:
 "esmeditor"
-- 
GitLab