fix: not working several interrupts

This commit is contained in:
Alexey Zholtikov 2025-06-07 12:20:23 +03:00
parent 9ead86ba5e
commit c9365e40ba
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
1.3.0
1.3.1

View File

@ -240,7 +240,6 @@ static void IRAM_ATTR _zh_pcf8574_isr_processing_task(void *pvParameter)
event.gpio_number = j;
event.gpio_level = new_reg & _gpio_matrix[j];
}
break;
}
}
if (event.gpio_number != 0xFF)