diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-02-20 12:15:56 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-02-20 12:15:56 -0800 |
| commit | e8f71415644846ca0f4195afcad4a9e8b2469ded (patch) | |
| tree | c1164c2551a215e8a8a9346bcb2ba44dcadbe25e /py | |
| parent | 4552aff12548b23383de5f815571128e745b1cd8 (diff) | |
Disable BLE file service for now
Fixes #2633
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_mpconfig.mk | 5 |
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 |
