summaryrefslogtreecommitdiff
path: root/py/circuitpy_mpconfig.mk
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-02-20 12:15:56 -0800
committerScott Shawcroft <scott@tannewt.org>2020-02-20 12:15:56 -0800
commite8f71415644846ca0f4195afcad4a9e8b2469ded (patch)
treec1164c2551a215e8a8a9346bcb2ba44dcadbe25e /py/circuitpy_mpconfig.mk
parent4552aff12548b23383de5f815571128e745b1cd8 (diff)
Disable BLE file service for now
Fixes #2633
Diffstat (limited to 'py/circuitpy_mpconfig.mk')
-rw-r--r--py/circuitpy_mpconfig.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.mk b/py/circuitpy_mpconfig.mk
index 93e5982d5..d6e033daf 100644
--- a/py/circuitpy_mpconfig.mk
+++ b/py/circuitpy_mpconfig.mk
@@ -328,6 +328,11 @@ CIRCUITPY_SERIAL_BLE = 0
endif
CFLAGS += -DCIRCUITPY_SERIAL_BLE=$(CIRCUITPY_SERIAL_BLE)
+ifndef CIRCUITPY_BLE_FILE_SERVICE
+CIRCUITPY_BLE_FILE_SERVICE = 0
+endif
+CFLAGS += -DCIRCUITPY_BLE_FILE_SERVICE=$(CIRCUITPY_BLE_FILE_SERVICE)
+
# REPL over UART
ifndef CIRCUITPY_SERIAL_UART
CIRCUITPY_SERIAL_UART = 0