micropython/ports/unix/variants/dev/mpconfigvariant.mk
Jim Mussared af226199ea unix: Enable modbluetooth on the "dev" and "coverage" variants.
And MICROPY_PY_URANDOM_EXTRA_FUNCS is enabled on "dev" so tha the Bluetooth
examples all run.
2020-04-29 16:53:13 +10:00

6 lines
84 B
Makefile

PROG ?= micropython-dev
MICROPY_ROM_TEXT_COMPRESSION = 1
MICROPY_PY_BLUETOOTH = 1