diff options
| author | microDev <70126934+microDev1@users.noreply.github.com> | 2020-09-25 00:28:50 +0530 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-10-27 16:16:52 -0700 |
| commit | 59df1a11ade4a39d079c9f418740b45b4d6121ce (patch) | |
| tree | 952f34e598c1aa33afc7c701f99a2b8421e8629b /ports/esp32s2/mpconfigport.mk | |
| parent | da449723df14623647729954dd5427101070d01c (diff) | |
Add alarm_touch module
Diffstat (limited to 'ports/esp32s2/mpconfigport.mk')
| -rw-r--r-- | ports/esp32s2/mpconfigport.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp32s2/mpconfigport.mk b/ports/esp32s2/mpconfigport.mk index 1a78821d3..7024ceb63 100644 --- a/ports/esp32s2/mpconfigport.mk +++ b/ports/esp32s2/mpconfigport.mk @@ -17,6 +17,7 @@ CIRCUITPY_FULL_BUILD = 1 CIRCUITPY_ALARM = 1 CIRCUITPY_ALARM_IO = 1 CIRCUITPY_ALARM_TIME = 1 +CIRCUITPY_ALARM_TOUCH = 1 CIRCUITPY_AUDIOBUSIO = 0 CIRCUITPY_AUDIOIO = 0 CIRCUITPY_CANIO = 1 |
