summaryrefslogtreecommitdiff
path: root/ports/esp32s2
diff options
context:
space:
mode:
authoranecdata <16617689+anecdata@users.noreply.github.com>2021-01-08 16:48:25 -0600
committeranecdata <16617689+anecdata@users.noreply.github.com>2021-01-08 16:48:25 -0600
commit06ab848a0d78594d17b49022174bf0e023b68c60 (patch)
tree6f93234a75e99c7bbd84774ed60a40b21be90ddf /ports/esp32s2
parent55c80754c76a115e2f128931a408e6702aee6ef4 (diff)
added platform
Diffstat (limited to 'ports/esp32s2')
-rw-r--r--ports/esp32s2/mpconfigport.h1
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"