Merge pull request #3 from andrethomas/patch-1

Move LM75ADDetect() to FUNC_EVERY_SECOND
This commit is contained in:
andrethomas 2018-07-18 14:26:53 +02:00 committed by GitHub
commit b7b8156926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ boolean Xsns26(byte function)
if (i2c_flg) {
switch (function) {
case FUNC_PREP_BEFORE_TELEPERIOD:
case FUNC_EVERY_SECOND:
LM75ADDetect();
break;
case FUNC_JSON_APPEND: