mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #14] Issue compiling #10
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@tzapu commented on GitHub (Nov 23, 2015):
hi,
what arduino ide are you using?
@mlongo95 commented on GitHub (Nov 23, 2015):
Using IDE 1.6.5 and the newest staging ESP8266 Core Package
@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?