1

Topic: Compile Error on Uno R4 Code

Any help out there i'd greatly appreciate!

Below is the error I'm receiving:

In file included from C:\Users\small_1yer97m\AppData\Local\Temp\.arduinoIDE-unsaved2024119-6728-18hkzym.md0v\BatteryMonitor\BatteryMonitor.ino:29:0:
C:\Users\small_1yer97m\AppData\Local\Temp\.arduinoIDE-unsaved2024119-6728-18hkzym.md0v\BatteryMonitor\BatteryMonitor.ino: In function 'void setup()':
C:\Users\small_1yer97m\OneDrive\Documents\Arduino\libraries\RemoteXY\src/RemoteXY.h:192:91: error: expected type-specifier before 'CRemoteXYStream_BLEDevice'
   #define RemoteXY_Init() remotexy = new CRemoteXY (RemoteXY_CONF_PROGMEM, &RemoteXY, new CRemoteXYStream_BLEDevice (REMOTEXY_BLUETOOTH_NAME), REMOTEXY_ACCESS_PASSWORD)
                                                                                           ^
C:\Users\small_1yer97m\AppData\Local\Temp\.arduinoIDE-unsaved2024119-6728-18hkzym.md0v\BatteryMonitor\BatteryMonitor.ino:57:3: note: in expansion of macro 'RemoteXY_Init'
   RemoteXY_Init ();
   ^~~~~~~~~~~~~

exit status 1

Compilation error: exit status 1

2

Re: Compile Error on Uno R4 Code

We have not yet tested the library for Arduino Uno R4.