RemoteXY / RemoteXY-Arduino-library

RemoteXY library for Arduino IDE
http://remotexy.com
GNU Lesser General Public License v2.1
46 stars 18 forks source link

Cannot compile code #14

Open bustillos83 opened 9 months ago

bustillos83 commented 9 months ago

This is what i get when I try to compile with the latest version.

In file included from C:\Users\busti\Downloads\Loco_BLE_Remote-main\Loco_BLE_Remote-main\Loco_BLE_Control\remotexyConfigs.h:29, from C:\Users\busti\Downloads\Loco_BLE_Remote-main\Loco_BLE_Remote-main\Loco_BLE_Control\Loco_BLE_Control.ino:17: 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:187: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:40:3: note: in expansion of macro 'RemoteXY_Init' RemoteXY_Init(); ^~~~~

exit status 1

Compilation error: exit status 1

zeidda commented 3 months ago

hey there were you able to figure it out am have the same issue here, thank you.

bustillos83 commented 3 months ago

No really but I tried it with my MacBook and it just compile with no issues, try another computer.