Reduce BUTTON_MULTI_CLICK_DELAY to 250ms

This commit is contained in:
Edward Firmo
2024-12-22 01:46:28 +01:00
parent c65acc3298
commit fbc5cb79cc
3 changed files with 2 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ namespace esphome {
}
bool TxUltimateEasy::set_gang_count(const uint8_t gang_count) {
// Hardware supports maximum of 4 touch-sensitive buttons
if (gang_count < 1 or gang_count > 4)
return false;
this->gang_count_ = gang_count;