Кто нибудь может помочь  исправить  эту ошибку?
(не проходит компиляцию)
контролер: 
ESP8266
Arduino IDE version: 1.8.9
GyverMatrixOS_v1.11
 
Arduino: 1.8.9 (Windows 10), Board: "Generic ESP8266 Module, 80 MHz, Flash, Disabled, All SSL ciphers (most compatible), ck, 26 MHz, 40MHz, DOUT (compatible), 512K (no SPIFFS), 2, nonos-sdk 2.2.1 (legacy), v2 Lower Memory, Disabled, None, Only Sketch, 115200"
Build options changed, rebuilding all
In file included from C:\Users\AxD\Desktop\test settings for esp8266\GyverMatrixOS_v1.11\GyverMatrixOS_v1.11.ino:137:0:
C:\Users\AxD\Documents\Arduino\libraries\FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.002.006
 #    pragma message "FastLED version 3.002.006"
                     ^
In file included from C:\Users\AxD\Documents\Arduino\libraries\FastLED/led_sysdefs.h:27:0,
                 from C:\Users\AxD\Documents\Arduino\libraries\FastLED/FastLED.h:41,
                 from C:\Users\AxD\Desktop\test settings for esp8266\GyverMatrixOS_v1.11\GyverMatrixOS_v1.11.ino:137:
C:\Users\AxD\Documents\Arduino\libraries\FastLED/platforms/esp/8266/led_sysdefs_esp8266.h:15:17: error: conflicting declaration 'typedef uint8_t boolean'
 typedef uint8_t boolean;
                 ^
In file included from sketch\GyverMatrixOS_v1.11.ino.cpp:1:0:
C:\Users\AxD\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.2\cores\esp8266/Arduino.h:191:14: error: 'boolean' has a previous declaration as 'typedef bool boolean'
 typedef bool boolean;
              ^
In file included from C:\Users\AxD\Documents\Arduino\libraries\FastLED/FastLED.h:65:0,
                 from C:\Users\AxD\Desktop\test settings for esp8266\GyverMatrixOS_v1.11\GyverMatrixOS_v1.11.ino:137:
C:\Users\AxD\Documents\Arduino\libraries\FastLED/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"
                       ^
exit status 1
Error compiling for board Generic ESP8266 Module.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
