Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compilation terminated. #3

Open
shijilt opened this issue Jul 20, 2017 · 3 comments
Open

compilation terminated. #3

shijilt opened this issue Jul 20, 2017 · 3 comments

Comments

@shijilt
Copy link

shijilt commented Jul 20, 2017

#include <PinStates.h>

                   ^

compilation terminated.

exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).

@bitluni
Copy link
Owner

bitluni commented Aug 28, 2017

sorry... try compiling it as wemos. or add missing pin definitions by yourself removing the #define <PinStates.h>

@RavDee
Copy link

RavDee commented Oct 16, 2017

did this work , im still struggling

@GordoYYC
Copy link

I just got it working on a little generic ESP-01, compiled fine as a generic ESP-01. (I had to rename/renumber some pin assignments in PinStates.h and the ino) (change D0..D7 to 0,1,2,3) (and change the names too if you want from "D0" to "IO0"). The ESP was often not responding after a couple commands, but adding some more filter cap on the 3v3 fixed that and it now works fine. (Was also getting some odd 'stray \302 error' in the code or something - I fixed that with opening all the .h/.ino on github as a 'raw' then cutting/pasting them into the Arduino IDE panes not just saving the linked file. - There are some hidden unicode characters or something along those lines you need to get rid of).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants