Closed
Description
Hi,
After upgrading the ESP8266 core to version 3.1.0, my build stopped working. Upon investigation, I discovered that the ARDUINO_BOARD_ID is empty, which is causing the following error:
/.../libraries/ESP8266mDNS/src/LEAmDNS.cpp:1275:71: error: expected primary-expression before ')' token
1275 | || (!addServiceTxt(hService, "board", ARDUINO_BOARD_ID))
The cpp files are compiled with the following defines:
-DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD=\"ESP8266_GENERIC\" -DARDUINO_BOARD_ID= -DFLASHMODE_DOUT
It may be linked to this MR: esp8266/Arduino#8634
Metadata
Metadata
Assignees
Labels
No labels