add ENS compile warning if no BLE

This commit is contained in:
cyberman54 2021-01-03 21:52:55 +01:00
parent 7fea7b6b53
commit 2352d7d743

View File

@ -5,6 +5,10 @@
// (c) by Kaspar Metz // (c) by Kaspar Metz
// modified for use in the Paxcounter by AQ // modified for use in the Paxcounter by AQ
#if (COUNT_ENS) && !(BLECOUNTER)
#warning ENS-Counter needs Bluetooth, but Bluetooth compile option is disabled
#endif
#if (COUNT_ENS) #if (COUNT_ENS)
// Local logging tag // Local logging tag