diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-08-26 17:48:29 -0400 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-08-26 17:48:29 -0400 |
| commit | 553ac576ebd59941965ef7615fdb15bd2bdc347e (patch) | |
| tree | 27d1eef53e9b2242ad50404c99ae18060c76cd2b | |
| parent | ad733e6c4a33b830fe430599c372d1fa51ed1b2e (diff) | |
Disable ulab
| -rw-r--r-- | ports/esp32s2/mpconfigport.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/esp32s2/mpconfigport.mk b/ports/esp32s2/mpconfigport.mk index 3ddcf5d61..b7cd63504 100644 --- a/ports/esp32s2/mpconfigport.mk +++ b/ports/esp32s2/mpconfigport.mk @@ -29,5 +29,7 @@ CIRCUITPY_COUNTIO = 0 CIRCUITPY_RANDOM = 0 # Requires USB CIRCUITPY_USB_MIDI = 0 +# Too large for the partition table! +CIRCUITPY_ULAB = 0 CIRCUITPY_MODULE ?= none |
