Arduino: 1.8.19 (Windows 10), Board: "LOLIN(WEMOS) D1 mini (clone), 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, DOUT (compatible), 40MHz, 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"
In file included from C:\Users\steph\Documents\Arduino\libraries\FastLED-3.5.0\src/FastLED.h:67,
from F:\3D-Druckvorlagen\Wi-Fi LED Uhr\Round-LED-Clock\Round-LED-Clock.ino:18:
C:\Users\steph\Documents\Arduino\libraries\FastLED-3.5.0\src/fastspi.h:145:23: note: '#pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output'
145 | # pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Executable segment sizes:
ICACHE : 32768 - flash instruction cache
IROM : 248600 - code in flash (default or ICACHE_FLASH_ATTR)
IRAM : 26745 / 32768 - code in IRAM (IRAM_ATTR, ISRs...)
DATA : 1508 ) - initialized variables (global, static) in RAM/HEAP
RODATA : 1212 ) / 81920 - constants (global, static) in RAM/HEAP
BSS : 26112 ) - zeroed variables (global, static) in RAM/HEAP
Der Sketch verwendet 278065 Bytes (26%) des Programmspeicherplatzes. Das Maximum sind 1044464 Bytes.
Globale Variablen verwenden 28832 Bytes (35%) des dynamischen Speichers, 53088 Bytes für lokale Variablen verbleiben. Das Maximum sind 81920 Bytes.
Was kann ich machen.

