Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
754ad9cffe | ||
|
|
637f47583a | ||
|
|
2d1ef49ca9 |
@@ -432,8 +432,6 @@ tx_ultimate_easy:
|
|||||||
{"swipe-direction", swipe_direction.c_str()},
|
{"swipe-direction", swipe_direction.c_str()},
|
||||||
{"position", std::to_string(touch.x)}
|
{"position", std::to_string(touch.x)}
|
||||||
});
|
});
|
||||||
ESP_LOGI("core_hw_touch", "Multi-touch released");
|
|
||||||
touch_on_multi_touch_release->execute();
|
|
||||||
ESP_LOGI("core_hw_touch", "Swipe %s", swipe_direction.c_str());
|
ESP_LOGI("core_hw_touch", "Swipe %s", swipe_direction.c_str());
|
||||||
touch_swipe_left->execute();
|
touch_swipe_left->execute();
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2025.7.1
|
2025.7.2
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
version: 2025.7.1
|
version: 2025.7.2
|
||||||
|
|||||||
Reference in New Issue
Block a user