In file included from c:\Users\user\Documents\Arduino\libraries\FastLED\src/FastLED.h:67:0,
                 from C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\a_def_hard.h:419,
                 from C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\GyverPanelWiFi_v1.13.ino:87:
c:\Users\user\Documents\Arduino\libraries\FastLED\src/fastspi.h:145: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"
                       ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\GyverPanelWiFi_v1.13.ino: In function 'void setup()':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\GyverPanelWiFi_v1.13.ino:187:15: error: 'LittleFS' was not declared in this scope
   spiffs_ok = LittleFS.begin();
               ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\animation.ino: In function 'String openImage(String, String, void*, bool)':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\animation.ino:706:10: error: 'LittleFS' was not declared in this scope
     if (!LittleFS.exists(directoryName)) {
          ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\animation.ino:714:12: error: 'LittleFS' was not declared in this scope
     file = LittleFS.open(fileName, "r");
            ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\animation.ino: In function 'String saveImage(String, String)':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\animation.ino:820:10: error: 'LittleFS' was not declared in this scope
     if (!LittleFS.exists(directoryName)) {
          ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\animation.ino:830:9: error: 'LittleFS' was not declared in this scope
     if (LittleFS.exists(fileName)) {
         ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\animation.ino:839:12: error: 'LittleFS' was not declared in this scope
     file = LittleFS.open(fileName, "w");
            ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\animation.ino: In function 'String deleteImage(String, String)':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\animation.ino:895:10: error: 'LittleFS' was not declared in this scope
     ok = LittleFS.remove(fileName);
          ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\animation.ino: In function 'String getStoredImages(String)':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\animation.ino:955:9: error: 'LittleFS' was not declared in this scope
     if (LittleFS.exists(directoryName)) {
         ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino: In function 'String getSsid()':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino:1136:10: error: 'LittleFS' was not declared in this scope
   file = LittleFS.open(fileName, "r");
          ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino: In function 'bool putSsid(String)':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino:1159:7: error: 'LittleFS' was not declared in this scope
   if (LittleFS.exists(fileName)) {
       ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino:1163:12: error: 'LittleFS' was not declared in this scope
     file = LittleFS.open(fileName, "w");
            ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino: In function 'String getPass()':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino:1193:10: error: 'LittleFS' was not declared in this scope
   file = LittleFS.open(fileName, "r");
          ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino: In function 'bool putPass(String)':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino:1216:7: error: 'LittleFS' was not declared in this scope
   if (LittleFS.exists(fileName)) {
       ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino:1220:12: error: 'LittleFS' was not declared in this scope
     file = LittleFS.open(fileName, "w");
            ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino: In function 'uint8_t checkEepromBackup()':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino:2081:10: error: 'LittleFS' was not declared in this scope
   file = LittleFS.open(fileName, "r");
          ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino: In function 'bool saveEepromToFile(String)':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino:2127:9: error: 'LittleFS' was not declared in this scope
     if (LittleFS.exists(fileName)) {
         ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino:2136:12: error: 'LittleFS' was not declared in this scope
     file = LittleFS.open(fileName, "w");
            ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino: In function 'bool loadEepromFromFile(String)':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\eeprom.ino:2215:12: error: 'LittleFS' was not declared in this scope
     file = LittleFS.open(fileName, "r");
            ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\index_map.ino: In function 'int8_t scanIndexMaps()':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\index_map.ino:149:19: error: 'LittleFS' was not declared in this scope
     File folder = LittleFS.open("/");
                   ^
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\index_map.ino: In function 'bool loadIndexMap()':
C:\Users\user\Desktop\GyverPanelWiFi-master\firmware\GyverPanelWiFi_v1.13\index_map.ino:230:17: error: 'LittleFS' was not declared in this scope
     File file = LittleFS.open(fileName, "r");
                 ^
Несколько библиотек найдено для "GyverButton.h"
  Используется: C:\Users\user\Documents\Arduino\libraries\GyverButton
  Не используется: C:\Users\user\Documents\Arduino\libraries\GyverButton-main
Несколько библиотек найдено для "esp_littlefs.h"
  Используется: C:\Users\user\Documents\Arduino\libraries\LITTLEFS-master
  Не используется: C:\Users\user\Documents\Arduino\libraries\LittleFS_esp32
Несколько библиотек найдено для "WiFi.h"
  Используется: C:\Users\user\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\libraries\WiFi
  Не используется: C:\Users\user\Documents\Arduino\libraries\WiFi
exit status 1
Compilation error: 'LittleFS' was not declared in this scope