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
came across the same issue today. I am not the build expert. What I can confirm is:
building LEAmDNS.cpp in plattform 3.1.2 with ESP8266 "Huzzah" & sloeber 4.4.0 does not work, as ARDUINO_BOARD_ID undefined, see error @mcspr
in the console the file is complied with -DARDUINO_BOARD_ID=""
with platform 3.0.2 everything is fine
any proposal how to fix this in 3.1.2?
From esp8266/Arduino@06f34ed#commitcomment-97671105 by @kagouraki
Sloeber generates
-DARDUINO_BOARD_ID=""
instead of the expected-DARDUINO_BOARD_ID="generic"
(as boards.txtgeneric.
... that is selected)From the platform spec
https://arduino.github.io/arduino-cli/0.29/platform-specification/#global-predefined-properties
The text was updated successfully, but these errors were encountered: