mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
The `esp32.wake_on_ext0()` method should only be available on boards that have SOC_PM_SUPPORT_EXT0_WAKEUP=y. And update docs to reflect this. Signed-off-by: Meir Armon <meirarmon@gmail.com>