NimmLor / esp8266-fastled-iot-webserver

A universal software for all my LED projects, with many awesome features
https://www.thingiverse.com/surrbradl08/designs
GNU General Public License v3.0
366 stars 94 forks source link

No hardware SPI pins defined #224

Closed emersonsc closed 2 years ago

emersonsc commented 2 years ago

In file included from A:\Emersons Stuff\NanoShit\esp8266-fastled-iot-webserver-4.5\esp8266-fastled-iot-webserver-4.5\esp8266-fastled-iot-webserver\esp8266-fastled-iot-webserver.ino:13:0: C:\Users\emers\OneDrive\Documents\Arduino\libraries\FastLED\src/FastLED.h:14:21: note: #pragma message: FastLED version 3.004.000

pragma message "FastLED version 3.004.000"

                 ^

In file included from C:\Users\emers\OneDrive\Documents\Arduino\libraries\FastLED\src/FastLED.h:65:0, from A:\Emersons Stuff\NanoShit\esp8266-fastled-iot-webserver-4.5\esp8266-fastled-iot-webserver-4.5\esp8266-fastled-iot-webserver\esp8266-fastled-iot-webserver.ino:13: C:\Users\emers\OneDrive\Documents\Arduino\libraries\FastLED\src/fastspi.h:135: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"

                   ^
bb-Ricardo commented 2 years ago

Hi, I have this problem as well. I compiles and uploads fine. at least on my Wemos 1D.

emersonsc commented 2 years ago

Hi, I have this problem as well. I compiles and uploads fine. at least on my Wemos 1D.

Does it work with this project overall?

WarDrake commented 2 years ago

No Hardware SPI pins is not an issue, it's just a message and it's present in all software using FASTLed libraries, as they don't use the serial port interface for their messages.