nkolban / esp32-snippets

Sample ESP32 snippets and code fragments
https://leanpub.com/kolban-ESP32
Apache License 2.0
2.33k stars 709 forks source link

'ringbuf_type_t' has not been declared! #1196

Open RashmikaDushan opened 3 weeks ago

RashmikaDushan commented 3 weeks ago

With the given examples this error always occurs. "'ringbuf_type_t' has not been declared" rduino/libraries/ESP32_BLE_Arduino/src/FreeRTOS.h:61:35: error: 'ringbuf_type_t' has not been declared 61 | Ringbuffer(size_t length, ringbuf_type_t type = RINGBUF_TYPE_NOSPLIT);

ManKhunt commented 1 week ago

Hello Dushan, I'm also getting same error..... "ringbuf_type_t" If you resolve this problem then help me out solve same error.

RashmikaDushan commented 1 week ago

Hello Dushan, I'm also getting same error..... "ringbuf_type_t" If you resolve this problem then help me out solve same error.

I just delete the esp32-ble-arduino library and used the one included in esp32 board(from board manager).