mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 04:51:12 +02:00
The `esp32.wake_on_touch()` method should only be available on boards that have SOC_TOUCH_SENSOR_SUPPORTED=y. And update docs to reflect this. Signed-off-by: Meir Armon <meirarmon@gmail.com>