nygma2004 / RFID_Wiegand_MQTT

RFID Wiegand MQTT Access
GNU General Public License v3.0
27 stars 8 forks source link

Fast Led warning. What version of Fast Led U are using #10

Open yogesh102011 opened 1 year ago

yogesh102011 commented 1 year ago

In file included from C:\Users\91887\Downloads\RFID_Wiegand_MQTT-main\RFID_Wiegand_MQTT-main\RFID_Wiegand_MQTT\RFID_Wiegand_MQTT.ino:36: C:\Users\91887\Documents\Arduino\libraries\FastLED/FastLED.h:14:21: note: '#pragma message: FastLED version 3.003.000' 14 | # pragma message "FastLED version 3.003.000" | ^~~~~~~ In file included from C:\Users\91887\Documents\Arduino\libraries\FastLED/FastLED.h:65, from C:\Users\91887\Downloads\RFID_Wiegand_MQTT-main\RFID_Wiegand_MQTT-main\RFID_Wiegand_MQTT\RFID_Wiegand_MQTT.ino:36: C:\Users\91887\Documents\Arduino\libraries\FastLED/fastspi.h:130:23: note: '#pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output' 130 | # pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output" | ^~~~~~~~~~~~~~~~~~~~ Executable segment sizes: ICACHE : 32768 - flash instruction cache IROM : 294388 - code in flash (default or ICACHE_FLASH_ATTR) IRAM : 28369 / 32768 - code in IRAM (IRAM_ATTR, ISRs...) DATA : 1632 ) - initialized variables (global, static) in RAM/HEAP RODATA : 1904 ) / 81920 - constants (global, static) in RAM/HEAP BSS : 26840 ) - zeroed variables (global, static) in RAM/HEAP Sketch uses 326293 bytes (31%) of program storage space. Maximum is 1044464 bytes. Global variables use 30376 bytes (37%) of dynamic memory, leaving 51544 bytes for local variables. Maximum is 81920 bytes.

nygma2004 commented 1 year ago

It looks like I am using 3.3.3. I have not updated my libraries for a while.