mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Add additional #if for CONFIG_IDF_TARGET_ESP32
This commit is contained in:
parent
1f8ef8e626
commit
8be21c8316
@ -46,6 +46,7 @@
|
|||||||
|
|
||||||
// for testing of BLE_ESP32, we remove xsns_52_ibeacon.ino completely, and instead add this modified xsns_52_ibeacon_BLE_ESP32.ino
|
// for testing of BLE_ESP32, we remove xsns_52_ibeacon.ino completely, and instead add this modified xsns_52_ibeacon_BLE_ESP32.ino
|
||||||
// in the future this may be more fine-grained, e.g. to allow hm17 for this, and BLE-ESP32 for other
|
// in the future this may be more fine-grained, e.g. to allow hm17 for this, and BLE-ESP32 for other
|
||||||
|
#if CONFIG_IDF_TARGET_ESP32
|
||||||
#ifdef USE_BLE_ESP32
|
#ifdef USE_BLE_ESP32
|
||||||
|
|
||||||
#define XSNS_52 52
|
#define XSNS_52 52
|
||||||
@ -571,4 +572,5 @@ bool Xsns52(byte function)
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // USE_BLE_ESP32
|
#endif // USE_BLE_ESP32
|
||||||
|
#endif // CONFIG_IDF_TARGET_ESP32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user