FB.Light icon indicating copy to clipboard operation
FB.Light copied to clipboard

Some IDE compiling errors

Open hediondo1 opened this issue 4 years ago • 10 comments

hi there! i´m trying to upload the stuff to my nodemcu but get some erros compiling with arduino IDE:

In file included from C:\Users\mario\Downloads\FB.Light-dev\FB.Light-dev\arduino\FB.Light\FB.Light.ino:49:0:

C:\Users\mario\AppData\Local\Temp\arduino_build_289382\sketch\definitions.h:22:0: warning: "DEBUG_WEBSOCKETS" redefined [enabled by default]

#define DEBUG_WEBSOCKETS(...) Serial.printf( VA_ARGS )

^

In file included from C:\Users\mario\Downloads\FB.Light-dev\FB.Light-dev\arduino\FB.Light\FB.Light.ino:39:0:

C:\Users\mario\Documents\Arduino\libraries\arduinoWebSockets-master\src/WebSockets.h:52:0: note: this is the location of the previous definition

#define DEBUG_WEBSOCKETS(...)

can someone give me a hand please?

hediondo1 avatar Jan 02 '20 11:01 hediondo1