1

Topic: Compile error esp32

Cannot compile for anything I keep getting this error and not sure what to do.

code.n file included from C:\Users\busti\Downloads\Loco_BLE_Remote-main\Loco_BLE_Remote-main\Loco_BLE_Control\remotexyConfigs.h:25,
from C:\Users\busti\Downloads\Loco_BLE_Remote-main\Loco_BLE_Remote-main\Loco_BLE_Control\Loco_BLE_Control.ino:16:
C:\Users\busti\Downloads\Loco_BLE_Remote-main\Loco_BLE_Remote-main\Loco_BLE_Control\Loco_BLE_Control.ino: In function 'void setup()':
C:\Users\busti\Documents\Arduino\libraries\RemoteXY\src/RemoteXY.h:189:117: error: expected type-specifier before 'CRemoteXYStream_BLEDevice'
#define RemoteXY_Init() remotexy = new CRemoteXY (RemoteXY_CONF_PROGMEM, &RemoteXY, REMOTEXY_ACCESS_PASSWORD, new CRemoteXYStream_BLEDevice (REMOTEXY_BLUETOOTH_NAME))
^~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\busti\Downloads\Loco_BLE_Remote-main\Loco_BLE_Remote-main\Loco_BLE_Control\Loco_BLE_Control.ino:39:3: note: in expansion of macro 'RemoteXY_Init'
RemoteXY_Init();
^~~~~~~~~~~~~
exit status 1
Compilation error: exit status 1