Skip to content

cannot uploud file on the ESP  #87

@Tristan01-coder

Description

@Tristan01-coder

In file included from sketch\led_sysdefs.h:43:0,
from sketch\FastLED.h:44,
from sketch\FastLED.cpp:2:
C:\Users\trist\Documents\ArduinoData\packages\esp8266\hardware\esp8266\2.7.4\cores\esp8266/Arduino.h:170:14: error: conflicting declaration 'typedef bool boolean'
typedef bool boolean;
^
In file included from sketch\led_sysdefs.h:27:0,
from sketch\FastLED.h:44,
from sketch\FastLED.cpp:2:
sketch\platforms/esp/8266/led_sysdefs_esp8266.h:15:17: error: 'boolean' has a previous declaration as 'typedef uint8_t boolean'
typedef uint8_t boolean;
^
In file included from sketch\led_sysdefs.h:43:0,
from sketch\FastLED.h:44,
from sketch\colorutils.cpp:7:
C:\Users\trist\Documents\ArduinoData\packages\esp8266\hardware\esp8266\2.7.4\cores\esp8266/Arduino.h:170:14: error: conflicting declaration 'typedef bool boolean'
typedef bool boolean;
^
In file included from sketch\led_sysdefs.h:27:0,
from sketch\FastLED.h:44,
from sketch\colorutils.cpp:7:
sketch\platforms/esp/8266/led_sysdefs_esp8266.h:15:17: error: 'boolean' has a previous declaration as 'typedef uint8_t boolean'
typedef uint8_t boolean;
^
In file included from sketch\led_sysdefs.h:43:0,
from sketch\FastLED.h:44,
from sketch\bitswap.cpp:2:
C:\Users\trist\Documents\ArduinoData\packages\esp8266\hardware\esp8266\2.7.4\cores\esp8266/Arduino.h:170:14: error: conflicting declaration 'typedef bool boolean'
typedef bool boolean;
^
In file included from sketch\led_sysdefs.h:27:0,
from sketch\FastLED.h:44,
from sketch\bitswap.cpp:2:
sketch\platforms/esp/8266/led_sysdefs_esp8266.h:15:17: error: 'boolean' has a previous declaration as 'typedef uint8_t boolean'
typedef uint8_t boolean;
^
In file included from sketch\led_sysdefs.h:43:0,
from sketch\FastLED.h:44,
from sketch\colorpalettes.cpp:4:
C:\Users\trist\Documents\ArduinoData\packages\esp8266\hardware\esp8266\2.7.4\cores\esp8266/Arduino.h:170:14: error: conflicting declaration 'typedef bool boolean'
typedef bool boolean;
^
In file included from sketch\led_sysdefs.h:27:0,
from sketch\FastLED.h:44,
from sketch\colorpalettes.cpp:4:
sketch\platforms/esp/8266/led_sysdefs_esp8266.h:15:17: error: 'boolean' has a previous declaration as 'typedef uint8_t boolean'
typedef uint8_t boolean;
^
In file included from sketch\platforms/esp/8266/fastled_esp8266.h:8:0,
from sketch\platforms.h:27,
from sketch\FastLED.h:55,
from sketch\bitswap.cpp:2:
sketch\platforms/esp/8266/clockless_esp8266.h:11:21: note: #pragma message: Using RGBW controller as per FASTLED_RGBW define

pragma message "Using RGBW controller as per FASTLED_RGBW define"

                 ^

In file included from sketch\platforms/esp/8266/fastled_esp8266.h:8:0,
from sketch\platforms.h:27,
from sketch\FastLED.h:55,
from sketch\colorutils.cpp:7:
sketch\platforms/esp/8266/clockless_esp8266.h:11:21: note: #pragma message: Using RGBW controller as per FASTLED_RGBW define

pragma message "Using RGBW controller as per FASTLED_RGBW define"

                 ^

In file included from sketch\platforms/esp/8266/fastled_esp8266.h:8:0,
from sketch\platforms.h:27,
from sketch\FastLED.h:55,
from sketch\FastLED.cpp:2:
sketch\platforms/esp/8266/clockless_esp8266.h:11:21: note: #pragma message: Using RGBW controller as per FASTLED_RGBW define

pragma message "Using RGBW controller as per FASTLED_RGBW define"

                 ^

In file included from sketch\platforms/esp/8266/fastled_esp8266.h:8:0,
from sketch\platforms.h:27,
from sketch\FastLED.h:55,
from sketch\colorpalettes.cpp:4:
sketch\platforms/esp/8266/clockless_esp8266.h:11:21: note: #pragma message: Using RGBW controller as per FASTLED_RGBW define

pragma message "Using RGBW controller as per FASTLED_RGBW define"

                 ^

In file included from sketch\led_sysdefs.h:43:0,
from sketch\FastLED.h:44,
from sketch\hsv2rgb.cpp:4:
C:\Users\trist\Documents\ArduinoData\packages\esp8266\hardware\esp8266\2.7.4\cores\esp8266/Arduino.h:170:14: error: conflicting declaration 'typedef bool boolean'
typedef bool boolean;
^
In file included from sketch\led_sysdefs.h:27:0,
from sketch\FastLED.h:44,
from sketch\hsv2rgb.cpp:4:
sketch\platforms/esp/8266/led_sysdefs_esp8266.h:15:17: error: 'boolean' has a previous declaration as 'typedef uint8_t boolean'
typedef uint8_t boolean;
^
In file included from sketch\platforms/esp/8266/fastled_esp8266.h:8:0,
from sketch\platforms.h:27,
from sketch\FastLED.h:55,
from sketch\hsv2rgb.cpp:4:
sketch\platforms/esp/8266/clockless_esp8266.h:11:21: note: #pragma message: Using RGBW controller as per FASTLED_RGBW define

pragma message "Using RGBW controller as per FASTLED_RGBW define"

                 ^

exit status 1
Fehler beim Kompilieren für das Board NodeMCU 1.0 (ESP-12E Modul

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions