8000 Merge pull request #3954 from anecdata/mpconfigport · adafruit/circuitpython@3cf4d9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3cf4d9c

Browse files
authored
Merge pull request #3954 from anecdata/mpconfigport
ESP32-S2: added sys.platform
2 parents b669b62 + 06ab848 commit 3cf4d9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/esp32s2/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
#define MICROPY_PY_UJSON (1)
3434
#define MICROPY_USE_INTERNAL_PRINTF (0)
35+
#define MICROPY_PY_SYS_PLATFORM "Espressif ESP32-S2"
3536

3637
#include "py/circuitpy_mpconfig.h"
3738

0 commit comments

Comments
 (0)
0