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

Issue compiling #14

Closed
mlongo95 opened this issue Nov 23, 2015 · 3 comments
Closed

Issue compiling #14

mlongo95 opened this issue Nov 23, 2015 · 3 comments

Comments

@mlongo95
Copy link

I get this issue every time I try to compile with WiFiManager in my sketch

{
C:\Users\Longo\Documents\Arduino\libraries\WiFiManager-master/WiFiManager.h:113:10: note: in expansion of macro 'DEBUG_PRINT'
void DEBUG_PRINT(Generic text);
^
}

The code compiles once i remove everything WiFiManager related from the sketch, any help would be appreciated.

Thanks, M

@tzapu
Copy link
Owner

tzapu commented Nov 23, 2015

hi,
what arduino ide are you using?

@mlongo95
Copy link
Author

Using IDE 1.6.5 and the newest staging ESP8266 Core Package

@tzapu
Copy link
Owner

tzapu commented Nov 24, 2015

well, i m at a loss here... never ran into this
although there s a slim to no chance for this to be related, could you rename 'WiFiManager-master' to 'WiFiManager' ?

btw, i ve only used 1.6.6 and 1.6.7 lately, but i don't see why 1.6.5 would do this...

/edit: i tried with both 1.6.5. r5 and with renaming the lib folder, seems to work fine for me

could it be that you have some other lib that defines DEBUG_PRINT ?
could you just open one of the autoConnect examples that come with the lib and see if those compile?

@tzapu tzapu closed this as completed Dec 28, 2015
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

2 participants