Open tablatronix opened 6 years ago
I noted the first time I used the WiFiManager, I have not had time to verify it but, seems like the warning will be displayed for each #include
to the .h
file
You can see the first call is made in the OnDemandConfigPoral.ino
C:/Users/user/documents/projects/arduino/sketches/libraries/WiFiManager/examples/OnDemandConfigPortal/OnDemandConfigPortal.ino:1:0:
And the second one in the WiFiManager.cpp
C:\Users\user\documents\projects\arduino\sketches\libraries\WiFiManager\WiFiManager.cpp:14:0:
Seems normal to me, does Arduino IDE display the same?
Ill check arduino I added a ifdef to .cpp and it still did it
dev version
I put a warning in a .h file, and noticed it outputs twice does the precompiler run twice on .h files?