corrected bug with scaled temperature

This commit is contained in:
cvs
2000-06-08 05:18:16 +00:00
parent 34d407be43
commit 604c8baf19
2 changed files with 4 additions and 0 deletions

View File

@@ -1076,6 +1076,9 @@ int Settings(void) {
ERR_P(LscCmd(ser, buf));
}
my_free(cfg);
} else {
cryo.scale=1;
samp.scale=1;
}
ERR_I(ReadTemp());