You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the library alone the code run fine, but when include other library like ESP8266wifi.h then the IDE when complied will indicate below error
In file included from C:\Users\crazy\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\ESP8266WiFi\src/ESP8266WiFi.h:28:0,
from F:\crazy\Download\combine\combine.ino:10:
C:\Users\crazy\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\ESP8266WiFi\src/include/wl_definitions.h:73:17: error: redeclaration of 'CLOSED'
CLOSED = 0,
^
In file included from F:\crazy\Download\combine\combine.ino:2:0:
When using the library alone the code run fine, but when include other library like ESP8266wifi.h then the IDE when complied will indicate below error
In file included from C:\Users\crazy\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\ESP8266WiFi\src/ESP8266WiFi.h:28:0,
from F:\crazy\Download\combine\combine.ino:10:
C:\Users\crazy\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\ESP8266WiFi\src/include/wl_definitions.h:73:17: error: redeclaration of 'CLOSED'
CLOSED = 0,
In file included from F:\crazy\Download\combine\combine.ino:2:0:
F:\crazy\Documents\Arduino\libraries\DFRobot_SIM808-master/DFRobot_sim808.h:41:5: note: previous declaration 'Protocol CLOSED'
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
The text was updated successfully, but these errors were encountered: