[GH-ISSUE #14] Issue compiling #10

Closed
opened 2026-02-28 01:22:51 +03:00 by kerem · 3 comments
Owner

Originally created by @mlongo95 on GitHub (Nov 23, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/14

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

Originally created by @mlongo95 on GitHub (Nov 23, 2015). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/14 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
kerem closed this issue 2026-02-28 01:22:52 +03:00
Author
Owner

@tzapu commented on GitHub (Nov 23, 2015):

hi,
what arduino ide are you using?

<!-- gh-comment-id:158862151 --> @tzapu commented on GitHub (Nov 23, 2015): hi, what arduino ide are you using?
Author
Owner

@mlongo95 commented on GitHub (Nov 23, 2015):

Using IDE 1.6.5 and the newest staging ESP8266 Core Package

<!-- gh-comment-id:159051456 --> @mlongo95 commented on GitHub (Nov 23, 2015): Using IDE 1.6.5 and the newest staging ESP8266 Core Package
Author
Owner

@tzapu commented on GitHub (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?

<!-- gh-comment-id:159170575 --> @tzapu commented on GitHub (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?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#10
No description provided.