1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-20 12:12:24 +01:00
This commit is contained in:
J. Nick Koston
2025-07-24 20:46:10 -10:00
parent 1a1382de43
commit 0121dfc514
14 changed files with 1 additions and 21 deletions

View File

@@ -94,7 +94,6 @@ void CST226Touchscreen::continue_setup_() {
}
}
this->setup_complete_ = true;
ESP_LOGCONFIG(TAG, "CST226 Touchscreen setup complete");
}
void CST226Touchscreen::update_button_state_(bool state) {
if (this->button_touched_ == state)