when I am compiling BLEnotify following error is occuring
In file included from C:\Users\Pravin\Documents\Arduino\hardware\espressif\esp32\libraries\BLE\src/BLEClient.h:18:0,
from C:\Users\Pravin\Documents\Arduino\hardware\espressif\esp32\libraries\BLE\src/BLEDevice.h:19,
from C:\Users\Pravin\Documents\Arduino\hardware\espressif\esp32\libraries\BLE\examples\BLE_notify\BLE_notify.ino:21:
C:\Users\Pravin\Documents\Arduino\hardware\espressif\esp32\libraries\BLE\src/BLEExceptions.h:13:2: error: #error "C++ exception handling must be enabled within make menuconfig. See Compiler Options > Enable C++ Exceptions."
error "C++ exception handling must be enabled within make menuconfig. See Compiler Options > Enable C++ Exceptions."
^
exit status 1
Error compiling for board WIFI_LoRa_32.
before that esp_bt.h is not available error prompted, I solved it by renaming all bt.h to esp_bt.h
when I am compiling BLEnotify following error is occuring In file included from C:\Users\Pravin\Documents\Arduino\hardware\espressif\esp32\libraries\BLE\src/BLEClient.h:18:0, from C:\Users\Pravin\Documents\Arduino\hardware\espressif\esp32\libraries\BLE\src/BLEDevice.h:19, from C:\Users\Pravin\Documents\Arduino\hardware\espressif\esp32\libraries\BLE\examples\BLE_notify\BLE_notify.ino:21:
C:\Users\Pravin\Documents\Arduino\hardware\espressif\esp32\libraries\BLE\src/BLEExceptions.h:13:2: error: #error "C++ exception handling must be enabled within make menuconfig. See Compiler Options > Enable C++ Exceptions."
error "C++ exception handling must be enabled within make menuconfig. See Compiler Options > Enable C++ Exceptions."
^
exit status 1 Error compiling for board WIFI_LoRa_32.
before that esp_bt.h is not available error prompted, I solved it by renaming all bt.h to esp_bt.h