Topic: Problem de Cloud
Arduino: 1.8.13 (Windows Store 1.8.42.0) (Windows 10), Board: "Arduino Uno"
In file included from C:\Arduino\sketch_feb20a\sketch_feb20a.ino:26:0:
C:\Arduino\libraries\RemoteXY\src/RemoteXY.h:182:3: error: 'CRemoteXYCloud' does not name a type; did you mean 'CRemoteXYComm'?
CRemoteXYCloud *remotexy;
^~~~~~~~~~~~~~
CRemoteXYComm
C:\Arduino\sketch_feb20a\sketch_feb20a.ino: In function 'void setup()':
C:\Arduino\libraries\RemoteXY\src/RemoteXY.h:183:27: error: 'remotexy' was not declared in this scope
#define RemoteXY_Init() remotexy = new CRemoteXY (RemoteXY_CONF_PROGMEM, &RemoteXY, REMOTEXY_ACCESS_PASSWORD, new CRemoteXYConnectionCloud (new CRemoteXYComm_ESP8266 (new CRemoteXYStream_SoftSerial (REMOTEXY_SERIAL_RX, REMOTEXY_SERIAL_TX, REMOTEXY_SERIAL_SPEED), REMOTEXY_WIFI_SSID, REMOTEXY_WIFI_PASSWORD), REMOTEXY_CLOUD_SERVER, REMOTEXY_CLOUD_PORT, REMOTEXY_CLOUD_TOKEN))
^
C:Arduino\sketch_feb20a\sketch_feb20a.ino:72:3: note: in expansion of macro 'RemoteXY_Init'
RemoteXY_Init ();
^~~~~~~~~~~~~
C:\Arduino\libraries\RemoteXY\src/RemoteXY.h:183:27: note: suggested alternative: 'RemoteXY'
#define RemoteXY_Init() remotexy = new CRemoteXY (RemoteXY_CONF_PROGMEM, &RemoteXY, REMOTEXY_ACCESS_PASSWORD, new CRemoteXYConnectionCloud (new CRemoteXYComm_ESP8266 (new CRemoteXYStream_SoftSerial (REMOTEXY_SERIAL_RX, REMOTEXY_SERIAL_TX, REMOTEXY_SERIAL_SPEED), REMOTEXY_WIFI_SSID, REMOTEXY_WIFI_PASSWORD), REMOTEXY_CLOUD_SERVER, REMOTEXY_CLOUD_PORT, REMOTEXY_CLOUD_TOKEN))
^
C:\Arduino\sketch_feb20a\sketch_feb20a.ino:72:3: note: in expansion of macro 'RemoteXY_Init'
RemoteXY_Init ();
^~~~~~~~~~~~~
In file included from C:\Users\Youss\OneDrive\Documents\Arduino\sketch_feb20a\sketch_feb20a.ino:26:0:
C:\Arduino\sketch_feb20a\sketch_feb20a.ino: In function 'void loop()':
C:\Arduino\libraries\RemoteXY\src/RemoteXY.h:132:28: error: 'remotexy' was not declared in this scope
#define RemoteXY_Handler() remotexy->handler ()
^
C:\Arduino\sketch_feb20a\sketch_feb20a.ino:82:3: note: in expansion of macro 'RemoteXY_Handler'
RemoteXY_Handler ();
^~~~~~~~~~~~~~~~
C:\Arduino\libraries\RemoteXY\src/RemoteXY.h:132:28: note: suggested alternative: 'RemoteXY'
#define RemoteXY_Handler() remotexy->handler ()
^
C:\Arduino\sketch_feb20a\sketch_feb20a.ino:82:3: note: in expansion of macro 'RemoteXY_Handler'
RemoteXY_Handler ();
^~~~~~~~~~~~~~~~
exit status 1
Error compiling for board Arduino Uno.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.