mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-30 14:16:32 +00:00
Fix template support
Fix template support
This commit is contained in:
parent
14d5f7fb54
commit
ed0d50a3aa
@ -788,8 +788,6 @@ bool GetUsedInModule(uint8_t val, uint8_t *arr)
|
|||||||
{
|
{
|
||||||
int offset = 0;
|
int offset = 0;
|
||||||
|
|
||||||
if (USER_MODULE == Settings.module) { return false; }
|
|
||||||
|
|
||||||
if (!val) { return false; } // None
|
if (!val) { return false; } // None
|
||||||
|
|
||||||
if ((val >= GPIO_KEY1) && (val < GPIO_KEY1 + MAX_KEYS)) {
|
if ((val >= GPIO_KEY1) && (val < GPIO_KEY1 + MAX_KEYS)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user