Support for iBeacon scanning for the ESP32-C3

- Adds the ESP32C3 to the ESP32 check when checking to compile iBeacon
  support
This commit is contained in:
Chris Pearson 2022-05-28 15:24:09 -07:00
parent 48073070bb
commit a9c15ee64e

View File

@ -52,7 +52,7 @@
// 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
#if CONFIG_IDF_TARGET_ESP32
#if CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32C3
#ifdef USE_BLE_ESP32
#define XSNS_52 52