mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Fix compile (#20329)
This commit is contained in:
parent
21c7edcb50
commit
21de682f58
@ -231,10 +231,10 @@ bool Xdrv47(uint32_t function) {
|
|||||||
case FUNC_JSON_APPEND:
|
case FUNC_JSON_APPEND:
|
||||||
ftc532_show();
|
ftc532_show();
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
case FUNC_ACTIVE:
|
case FUNC_ACTIVE:
|
||||||
result = true;
|
result = true;
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// Return bool result
|
// Return bool result
|
||||||
return result;
|
return result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user