ARDUINO_BOARD symbol build error ESP8266 #1046
Labels
domain: configuration
Configuring Sloeber does not work as docummented
importance: board specific
OS: linux
status: duplicate
status: workaround documented
A workaround has been confirmed to solve this issue.
I'm getting this issue in a fresh install of Sloeber 4.3.1 or nightly build and ESP8266 2.4.2 on manjaro linux.
It looks like #493
After doing some tests I createt a new project with this code
First_ thing to do is to remove automaticaly added include of WiFi lib, since there are conflicting definitions "WiFIUDP" to ESP8266WiFi.
During compile I get this error:
Then I found #960 and I removed the ESP8266 platform and reinstalled it.
But nothing changed.
At least I changed the defines in ESP8266mDNS.h and everthing went ok.
How to do it the right way?
The text was updated successfully, but these errors were encountered: