commit | 8f86fbfd6c34a4d03f2bd62e9dc1ff59c236b037 | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Mon Jul 02 15:13:18 2018 +1000 |
committer | Damien George <damien.p.george@gmail.com> | Mon Jul 02 15:13:18 2018 +1000 |
tree | bd9a5010c75b09bb80a2d35325d63ea0ccb5f90e | |
parent | 41226e9a18dbde13b7d83495bb2d5c8fc9170e0a [diff] [blame] |
ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32.
diff --git a/ports/esp32/mpconfigport.h b/ports/esp32/mpconfigport.h index aeb8c44..495861b 100644 --- a/ports/esp32/mpconfigport.h +++ b/ports/esp32/mpconfigport.h
@@ -122,6 +122,7 @@ #define MICROPY_PY_UZLIB (1) #define MICROPY_PY_UJSON (1) #define MICROPY_PY_URE (1) +#define MICROPY_PY_URE_SUB (1) #define MICROPY_PY_UHEAPQ (1) #define MICROPY_PY_UTIMEQ (1) #define MICROPY_PY_UHASHLIB (1)