Merge pull request #3954 from anecdata/mpconfigport

ESP32-S2: added sys.platform
This commit is contained in:
Scott Shawcroft 2021-01-11 16:03:17 -08:00 committed by GitHub
commit 3cf4d9c57f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"