spigotx / Moodlite

Moodlite
GNU General Public License v3.0
109 stars 17 forks source link

Unexpected Warnings/Errors compiling for board NodeMCU 1.0 (ESP-12E Module). #21

Closed greejose closed 4 years ago

greejose commented 4 years ago

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:

Configuration:

Screen Shot 2020-07-22 at 10 56 38 PM

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 Screen Shot 2020-07-22 at 10 56 09 PM

greejose commented 4 years ago

Was using the latest version of esp8266 by ESP8266 Community. Once I revert back down to v2.4.2 the issue was resolved.