pragma message "No hardware SPI pins defined. 

pragma message "No hardware SPI pins defined. 


In file included from c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:67:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:1:

c:\Users\******\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"

            ^

In file included from c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:67:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperUdpLed.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperUdpLed.cpp:1:

c:\Users\******\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"

            ^

In file included from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:8:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:1:

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp: In member function 'void WrapperLedControl::begin(uint16_t)':

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStatic.h:26:29: error: 'D1' was not declared in this scope

 #define CONFIG_LED_DATAPIN D1

               ^

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:7:95: note: in expansion of macro 'CONFIG_LED_DATAPIN'

   Log.debug("Chipset=%s, dataPin=%i, clockPin=%s, colorOrder=%i, ledCount=%i", "Clockless", CONFIG_LED_DATAPIN, "NONE", CONFIG_LED_COLOR_ORDER, ledCount);

                                                ^

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStatic.h:26:29: error: the value of 'D1' is not usable in a constant expression

 #define CONFIG_LED_DATAPIN D1

               ^

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:21:51: note: in expansion of macro 'CONFIG_LED_DATAPIN'

   FastLED.addLeds<CONFIG_LED_CLOCKLESS_CHIPSET, CONFIG_LED_DATAPIN, CONFIG_LED_COLOR_ORDER>(leds, _ledCount);

                          ^

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStatic.h:26:29: note: 'D1' was not declared 'constexpr'

 #define CONFIG_LED_DATAPIN D1

               ^

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:7:95: note: in expansion of macro 'CONFIG_LED_DATAPIN'

   Log.debug("Chipset=%s, dataPin=%i, clockPin=%s, colorOrder=%i, ledCount=%i", "Clockless", CONFIG_LED_DATAPIN, "NONE", CONFIG_LED_COLOR_ORDER, ledCount);

                                                ^

In file included from c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:67:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.cpp:1:

c:\Users\******\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\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:21:110: error: no matching function for call to 'CFastLED::addLeds(CRGB*&, uint16_t&)'

   FastLED.addLeds<CONFIG_LED_CLOCKLESS_CHIPSET, CONFIG_LED_DATAPIN, CONFIG_LED_COLOR_ORDER>(leds, _ledCount);

                                                       ^

In file included from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:1:

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:225:130: note: candidate: template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned int SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)

 template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint32_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {

                                                                 ^

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:225:130: note:  template argument deduction/substitution failed:

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:21:110: error: could not convert template argument 'D1' to 'unsigned char'

   FastLED.addLeds<CONFIG_LED_CLOCKLESS_CHIPSET, CONFIG_LED_DATAPIN, CONFIG_LED_COLOR_ORDER>(leds, _ledCount);

                                                       ^

In file included from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:1:

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:239:95: note: candidate: template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)

 template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {

                                                ^

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:239:95: note:  template argument deduction/substitution failed:

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:21:110: error: could not convert template argument 'D1' to 'unsigned char'

   FastLED.addLeds<CONFIG_LED_CLOCKLESS_CHIPSET, CONFIG_LED_DATAPIN, CONFIG_LED_COLOR_ORDER>(leds, _ledCount);

                                                       ^

In file included from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:1:

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:253:113: note: candidate: template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)

 template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {

                                                         ^

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:253:113: note:  template argument deduction/substitution failed:

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:21:110: error: could not convert template argument 'D1' to 'unsigned char'

   FastLED.addLeds<CONFIG_LED_CLOCKLESS_CHIPSET, CONFIG_LED_DATAPIN, CONFIG_LED_COLOR_ORDER>(leds, _ledCount);

                                                       ^

In file included from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:1:

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:303:25: note: candidate: template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)

 static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {

             ^

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:303:25: note:  template argument deduction/substitution failed:

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:21:110: error: could not convert template argument 'D1' to 'unsigned char'

   FastLED.addLeds<CONFIG_LED_CLOCKLESS_CHIPSET, CONFIG_LED_DATAPIN, CONFIG_LED_COLOR_ORDER>(leds, _ledCount);

                                                       ^

In file included from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:1:

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:309:25: note: candidate: template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)

 static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {

             ^

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:309:25: note:  template argument deduction/substitution failed:

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:21:110: error: wrong number of template arguments (3, should be 2)

   FastLED.addLeds<CONFIG_LED_CLOCKLESS_CHIPSET, CONFIG_LED_DATAPIN, CONFIG_LED_COLOR_ORDER>(leds, _ledCount);

                                                       ^

In file included from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:1:

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:315:25: note: candidate: template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)

 static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {

             ^

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:315:25: note:  template argument deduction/substitution failed:

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:21:110: error: wrong number of template arguments (3, should be 2)

   FastLED.addLeds<CONFIG_LED_CLOCKLESS_CHIPSET, CONFIG_LED_DATAPIN, CONFIG_LED_COLOR_ORDER>(leds, _ledCount);

                                                       ^

In file included from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:1:

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:359:25: note: candidate: template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)

 static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {

             ^

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:359:25: note:  template argument deduction/substitution failed:

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:21:110: error: wrong number of template arguments (3, should be 2)

   FastLED.addLeds<CONFIG_LED_CLOCKLESS_CHIPSET, CONFIG_LED_DATAPIN, CONFIG_LED_COLOR_ORDER>(leds, _ledCount);

                                                       ^

In file included from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:1:

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:365:25: note: candidate: template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)

 static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {

             ^

c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:365:25: note:  template argument deduction/substitution failed:

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperLedControl.cpp:21:110: error: wrong number of template arguments (3, should be 1)

   FastLED.addLeds<CONFIG_LED_CLOCKLESS_CHIPSET, CONFIG_LED_DATAPIN, CONFIG_LED_COLOR_ORDER>(leds, _ledCount);

                                                       ^

In file included from c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:67:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\LoggerInit.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\LoggerInit.cpp:1:

c:\Users\******\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"

            ^

In file included from c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:67:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperWiFi.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperWiFi.cpp:1:

c:\Users\******\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"

            ^

In file included from c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:67:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperOTA.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperOTA.cpp:1:

c:\Users\******\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"

            ^

In file included from c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:67:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperWebconfig.h:3,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperWebconfig.cpp:1:

c:\Users\******\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\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperWiFi.cpp: In member function 'void WrapperWiFi::begin()':

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperWiFi.cpp:47:8: error: 'uint8' was not declared in this scope

  for (uint8 i=0; i<5; i++) {

    ^

C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperWiFi.cpp:47:19: error: 'i' was not declared in this scope

  for (uint8 i=0; i<5; i++) {

          ^

In file included from c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:67:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperJsonServer.h:4,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\WrapperJsonServer.cpp:1:

c:\Users\******\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"

            ^

In file included from c:\Users\******\Documents\Arduino\libraries\FastLED\src/FastLED.h:67:0,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\ConfigStructures.h:7,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\Config.h:9,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\BaseHeader.h:6,

         from C:\Users\******\Downloads\Hyperion_LED-Controller-master\Hyperion_LED-Controller-master\HyperionRGB\HyperionRGB.ino:4:

c:\Users\******\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"

            ^


exit status 1


Compilation error: 'D1' was not declared in this scope

Report Page