diff options
| author | anecdata <16617689+anecdata@users.noreply.github.com> | 2021-01-08 16:48:25 -0600 |
|---|---|---|
| committer | anecdata <16617689+anecdata@users.noreply.github.com> | 2021-01-08 16:48:25 -0600 |
| commit | 06ab848a0d78594d17b49022174bf0e023b68c60 (patch) | |
| tree | 6f93234a75e99c7bbd84774ed60a40b21be90ddf /ports | |
| parent | 55c80754c76a115e2f128931a408e6702aee6ef4 (diff) | |
added platform
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/esp32s2/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp32s2/mpconfigport.h b/ports/esp32s2/mpconfigport.h index db7393d8e..9c0fd9da3 100644 --- a/ports/esp32s2/mpconfigport.h +++ b/ports/esp32s2/mpconfigport.h @@ -32,6 +32,7 @@ #define MICROPY_PY_UJSON (1) #define MICROPY_USE_INTERNAL_PRINTF (0) +#define MICROPY_PY_SYS_PLATFORM "Espressif ESP32-S2" #include "py/circuitpy_mpconfig.h" |
