-
Notifications
You must be signed in to change notification settings - Fork 713
Description
Running the examples from the ESP32 BLE Arduino library, i keep getting the following error message, please advise. thanks.
In file included from C:\Users\Gideon\Dropbox\Arduino\GH_Projects\libraries\ESP32_BLE_Arduino-1.0.1\src/BLEAdvertising.h:15,
from C:\Users\Gideon\Dropbox\Arduino\GH_Projects\libraries\ESP32_BLE_Arduino-1.0.1\src/BLEServer.h:19,
from C:\Users\Gideon\Dropbox\Arduino\GH_Projects\libraries\ESP32_BLE_Arduino-1.0.1\src/BLEDevice.h:18,
from C:\Users\Gideon\Dropbox\Arduino\GH_Projects\libraries\ESP32_BLE_Arduino-1.0.1\examples\BLE_notify\BLE_notify.ino:22:
C:\Users\Gideon\Dropbox\Arduino\GH_Projects\libraries\ESP32_BLE_Arduino-1.0.1\src/FreeRTOS.h:61:28: error: 'ringbuf_type_t' has not been declared
Ringbuffer(size_t length, ringbuf_type_t type = RINGBUF_TYPE_NOSPLIT);
^~~~~~~~~~~~~~
exit status 1
Error compiling for board ESP32C3 Dev Module.