Merge pull request #3954 from anecdata/mpconfigport
ESP32-S2: added sys.platform
This commit is contained in:
commit
3cf4d9c57f
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue