Use USE_BLE flag to enable/disable BLE temp sensors

This commit is contained in:
Menno de Graaf
2023-12-10 14:17:13 +01:00
parent 3ed2b22d06
commit 84c3859c5d
3 changed files with 10 additions and 3 deletions

View File

@@ -34,6 +34,10 @@
#define USE_TELNET true
#endif
#ifndef USE_BLE
#define USE_BLE false
#endif
#ifndef DEBUG_BY_DEFAULT
#define DEBUG_BY_DEFAULT false
#endif