summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2019-12-06 15:19:40 -0500
committerGitHub <noreply@github.com>2019-12-06 15:19:40 -0500
commit559ce6a949ae10eda869684f8155a0127bc588e2 (patch)
tree5703203f9dc99944f09b879d7dd93433ba747e08 /py
parent840f88b8f07d1bdd6b9f06d6c126d57d2bfa9cbe (diff)
parente8a54eacaabb0bf16be79c3f993b660a6c069122 (diff)
Merge pull request #2356 from tannewt/central_pairing
Add connection interval and debugging
Diffstat (limited to 'py')
-rw-r--r--py/circuitpy_mpconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h
index 3e83d0c51..000674c4f 100644
--- a/py/circuitpy_mpconfig.h
+++ b/py/circuitpy_mpconfig.h
@@ -666,4 +666,6 @@ void supervisor_run_background_tasks_if_tick(void);
#define CIRCUITPY_FILESYSTEM_FLUSH_INTERVAL_MS 1000
#define CIRCUITPY_BOOT_OUTPUT_FILE "/boot_out.txt"
+#define CIRCUITPY_VERBOSE_BLE 0
+
#endif // __INCLUDED_MPCONFIG_CIRCUITPY_H