This commit is contained in:
shakemid 2017-09-15 17:58:09 +09:00
parent e3452614e6
commit 71a903e649

View file

@ -446,10 +446,9 @@ int main(int argc, char **argv) {
if (devices[i].type->has_humid == 1) {
printf("%s\t%d\thumidity\t%.2f %%\n", strdate, i, tempd[1]);
}
if (!bsalir)
sleep(seconds);
}
if (!bsalir)
sleep(seconds);
} while (!bsalir);
for (i = 0; i < numdev; i++) {