Jim Mussared
4 years ago
committed by
Damien George
3 changed files with 9 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||
include("$(PORT_DIR)/variants/manifest.py") |
|||
|
|||
include("$(MPY_DIR)/extmod/uasyncio/manifest.py") |
@ -1,5 +1,7 @@ |
|||
PROG ?= micropython-dev |
|||
|
|||
FROZEN_MANIFEST ?= $(VARIANT_DIR)/manifest.py |
|||
|
|||
MICROPY_ROM_TEXT_COMPRESSION = 1 |
|||
|
|||
MICROPY_PY_BLUETOOTH = 1 |
|||
|
Loading…
Reference in new issue