I am struggling to compile the excellent work by Jason coon for the esp8266. I am using a wemos mini d1 and get the following errors during compilation, can any one help please?
Arduino: 1.6.9 (Linux), Board: “WeMos D1(Retired), 80 MHz, 921600, 4M (3M SPIFFS)”
In file included from /home/jamie/Arduino/esp8266-fastled-webserver-master/esp8266-fastled-webserver/esp8266-fastled-webserver.ino:19:0:
/home/jamie/Arduino/libraries/FastLED-master/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.001
pragma message “FastLED version 3.001.001”
^
In file included from /home/jamie/Arduino/libraries/FastLED-master/FastLED.h:65:0,
from /home/jamie/Arduino/esp8266-fastled-webserver-master/esp8266-fastled-webserver/esp8266-fastled-webserver.ino:19:
/home/jamie/Arduino/libraries/FastLED-master/fastspi.h:110:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
pragma message “No hardware SPI pins defined. All SPI access will default to bitbanged output”
^
In file included from /home/jamie/Arduino/esp8266-fastled-webserver-master/esp8266-fastled-webserver/esp8266-fastled-webserver.ino:19:0:
/home/jamie/Arduino/libraries/FastLED-master/FastLED.h: In static member function ‘static CLEDController& CFastLED::addLeds(CRGB*, int, int)’:
/home/jamie/Arduino/libraries/FastLED-master/FastLED.h:404:14: error: ‘WS2813_PORTA’ was not declared in this scope
case WS2813_PORTA: return addLeds(new InlineBlockClocklessController<NUM_LANES, PORTA_FIRST_PIN, NS(320), NS(320), NS(640), RGB_ORDER, 0, false, 300>(), data, nLedsOrOffset, nLedsIfOffset);
^
exit status 1
Error compiling for board WeMos D1(Retired).
