Clean-up logs
The less the more
This commit is contained in:
@@ -208,7 +208,8 @@ tx_ultimate_easy:
|
||||
- script.execute: touch_on_multi_touch_release
|
||||
|
||||
on_press:
|
||||
- lambda: ESP_LOGI("tx_ultimate_easy", "Pressed");
|
||||
- lambda: |-
|
||||
ESP_LOGI("tx_ultimate_easy", "Pressed at position %" PRIu8, static_cast<uint8_t>(touch.x));
|
||||
- script.execute:
|
||||
id: touch_on_press
|
||||
touch_x: !lambda return static_cast<uint8_t>(touch.x);
|
||||
|
||||
Reference in New Issue
Block a user