-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pragma message "FastLED version 3.001.006" -issue #2
Comments
Arduino: 1.8.5 (Windows 10), Board: "Arduino Mini, ATmega328P" In file included from C:\Users\Alienware-AJ\Desktop\ambilight\sketch_nov25a\sketch_nov25a.ino:9:0: C:\Users\Alienware-AJ\Documents\Arduino\libraries\libraries\FastLED/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.006 pragma message "FastLED version 3.001.006"
Sketch uses 5306 bytes (18%) of program storage space. Maximum is 28672 bytes. This report would have more information with |
I have same error |
Hello World, I have the same issue as well. |
@sainiaj What version of FastLED do you have?
@sainiaj @GoodT1me @kniferider The problem is with your card, not the program. What are your Arduino boards? |
i've updated to the latest version and got it fixed |
Arduino: 1.8.5 (Windows 10), Board: "Arduino Mini, ATmega328P"
In file included from C:\Users\user\Desktop\ambilight\sketch_nov25a\sketch_nov25a.ino:9:0:
C:\Users\user\Documents\Arduino\libraries\libraries\FastLED/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.006
pragma message "FastLED version 3.001.006"
Sketch uses 5306 bytes (18%) of program storage space. Maximum is 28672 bytes.
Global variables use 1004 bytes (49%) of dynamic memory, leaving 1044 bytes for local variables. Maximum is 2048 bytes.
An error occurred while uploading the sketch
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
i have downloaded the library and placed it inside a \Arduino\libraries
and renamed it to FastLED can you please help me what step am i missing and doing wrong
https://github.com/FastLED/FastLED/releases/tag/v3.1.6 using this library
using this source code
https://github.com/Wifsimster/adalight_ws2812/blob/master/Adalight_WS2812.ino
and following this you tube tutorial
https://www.youtube.com/watch?v=juC-3imLoTQ&t=258s
The text was updated successfully, but these errors were encountered: