Merge pull request #3256 from andrethomas/push2arendst

Move LM75ADDetect and MCP230xx_Detect
This commit is contained in:
Theo Arends 2018-07-20 14:17:24 +02:00 committed by GitHub
commit 33c552a72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -437,7 +437,7 @@ boolean Xsns29(byte function)
if (i2c_flg) { if (i2c_flg) {
switch (function) { switch (function) {
case FUNC_PREP_BEFORE_TELEPERIOD: case FUNC_EVERY_SECOND:
MCP230xx_Detect(); MCP230xx_Detect();
break; break;
case FUNC_EVERY_50_MSECOND: case FUNC_EVERY_50_MSECOND: