mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 03:04:27 +05:00
Use USE_BLE flag to enable/disable BLE temp sensors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user