rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Enable webrepl.
This commit is contained in:
parent
a22d0bda52
commit
875caca504
@ -1,4 +1,5 @@
|
||||
include("$(PORT_DIR)/boards/manifest.py")
|
||||
include("$(MPY_DIR)/extmod/webrepl/manifest.py")
|
||||
freeze("$(MPY_DIR)/drivers/lsm6dsox/", "lsm6dsox.py")
|
||||
include(
|
||||
"$(MPY_LIB_DIR)/micropython/bluetooth/aioble/manifest.py",
|
||||
|
@ -7,6 +7,10 @@
|
||||
// Enable networking and sockets.
|
||||
#define MICROPY_PY_NETWORK (1)
|
||||
#define MICROPY_PY_USOCKET (1)
|
||||
#define MICROPY_PY_WEBREPL (1)
|
||||
#define MICROPY_PY_UWEBSOCKET (1)
|
||||
#define MICROPY_PY_UHASHLIB_SHA1 (1)
|
||||
#define MICROPY_PY_OS_DUPTERM (1)
|
||||
|
||||
// Disable internal error numbers.
|
||||
#define MICROPY_USE_INTERNAL_ERRNO (0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user