I am having an error compiling for the SparkFun ESP8266 Thing, which I am attempting to use in conjunction with a Pro Mini and some led light strips. I have based my setup off of this project:LED Cloud Connected Cloud
I have the Blynk Library and added the ESP8266 boards needed in IDE.
The code I am using can be found here: IoT CloudCloud. The specific file is also attached.
Here is the error message:
arduino.ar(time.c.o): In function `time':
/Users/colemanstivers/Library/Arduino15/packages/esp8266/hardware/esp8266/2.2.0/cores/esp8266/time.c:93: multiple definition of `time'
sketch/CloudCloud.ino.cpp.o:/Users/colemanstivers/Documents/Arduino/libraries/Blynk/Adapters/BlynkArduinoClient.h:99: first defined here
/Users/colemanstivers/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: Warning: size of symbol `time' changed from 4 in sketch/CloudCloud.ino.cpp.o to 29 in arduino.ar(time.c.o)
/Users/colemanstivers/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: Warning: type of symbol `time' changed from 1 to 2 in arduino.ar(time.c.o)
collect2: error: ld returned 1 exit status
exit status 1
Error compiling for board SparkFun ESP8266 Thing.
CloudCloud.ino (11.6 KB)
States.h (489 Bytes)