You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: