I'm getting errors about boolean type declarations when attempting to compile moodlite v3 for my NodeMCU 1.0. These are beyond the expected errors called out in previous defects on in the tutorials.
Arduino15/packages/esp8266/hardware/esp8266/2.7.2/cores/esp8266/Arduino.h:170:14: error: 'boolean' has a previous declaration as 'typedef bool boolean typedef bool boolean;
I'm getting errors about boolean type declarations when attempting to compile moodlite v3 for my NodeMCU 1.0. These are beyond the
expected errors
called out in previous defects on in the tutorials.Unexpected Warnings/Errors:
FastLED/platforms/esp/8266/led_sysdefs_esp8266.h:15:17: error: conflicting declaration 'typedef uint8_t boolean typedef uint8_t boolean;
Arduino15/packages/esp8266/hardware/esp8266/2.7.2/cores/esp8266/Arduino.h:170:14: error: 'boolean' has a previous declaration as 'typedef bool boolean typedef bool boolean;
Configuration:
master branch
Repro Steps:
Followed https://github.com/spigotx/Moodlite/wiki/Preparing-Arduino-IDE Followed https://github.com/spigotx/Moodlite/wiki/First-setup-of-Moodlite Getting additional errors when attempting to
Verify