- marked amilevel lsc370driv lscsupprt as obsoloete and removed from make_gen

- enhancements in ease, fsm, ipsdriv ighdriv
This commit is contained in:
2016-05-13 16:33:46 +02:00
parent 24107e993b
commit 56f539a9e8
10 changed files with 134 additions and 16 deletions

View File

@ -322,7 +322,7 @@ static void IpsStatus(Ips * drv)
switch (ans[1]) {
case '0':
if (ans[6] > '3') {
errmsg = "ERROR: auto-run-down (low He level)";
errmsg = "ERROR: auto-run-down (He level is/was low - press SILENCE on ILM after filling)";
} else {
errmsg = "";
}
@ -461,7 +461,7 @@ static long IpsRead(long pc, void *object)
checktodo:
if (eab->msg[0] != '\0') goto quit; /* no action when in error */
now = time(NULL);
if (drv->persmode == 2) { /* persistent mode off */
if (drv->persmode >= 2) { /* persistent mode off */
drv->dothis = NOTHING;
goto nothing;
} else {