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
Hi, i have the next errors including the library on my sketch, how can i solve it?
In file included from c:\Users\negis\Documents\Arduino\libraries\ESP32_BLE_Arduino\src/BLEDescriptor.h:16,
from c:\Users\negis\Documents\Arduino\libraries\ESP32_BLE_Arduino\src/BLECharacteristic.h:17,
from c:\Users\negis\Documents\Arduino\libraries\ESP32_BLE_Arduino\src/BLEHIDDevice.h:14,
from C:\Users\negis\Documents\Arduino\libraries\ESP32_BLE_Keyboard\BleKeyboard.h:24,
from C:\Users\negis\Documents\Arduino\libraries\ESP32_BLE_Keyboard\BleKeyboard.cpp:1,
from C:\Users\negis\Desktop\Mando Rally\Mando_Osmand_esp32_d1_Mini\Mando_Osmand_esp32_d1_Mini.ino:2:
c:\Users\negis\Documents\Arduino\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);
| ^~~~~~~~~~~~~~
The error appears in library not on my sketch but i cannot modify nothing inside.
The text was updated successfully, but these errors were encountered:
Hi, i have the next errors including the library on my sketch, how can i solve it?
In file included from c:\Users\negis\Documents\Arduino\libraries\ESP32_BLE_Arduino\src/BLEDescriptor.h:16,
from c:\Users\negis\Documents\Arduino\libraries\ESP32_BLE_Arduino\src/BLECharacteristic.h:17,
from c:\Users\negis\Documents\Arduino\libraries\ESP32_BLE_Arduino\src/BLEHIDDevice.h:14,
from C:\Users\negis\Documents\Arduino\libraries\ESP32_BLE_Keyboard\BleKeyboard.h:24,
from C:\Users\negis\Documents\Arduino\libraries\ESP32_BLE_Keyboard\BleKeyboard.cpp:1,
from C:\Users\negis\Desktop\Mando Rally\Mando_Osmand_esp32_d1_Mini\Mando_Osmand_esp32_d1_Mini.ino:2:
c:\Users\negis\Documents\Arduino\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);
| ^~~~~~~~~~~~~~
The error appears in library not on my sketch but i cannot modify nothing inside.
The text was updated successfully, but these errors were encountered: