- marked amilevel lsc370driv lscsupprt as obsoloete and removed from make_gen
- enhancements in ease, fsm, ipsdriv ighdriv
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user