Arduino-CMake-Toolchain icon indicating copy to clipboard operation
Arduino-CMake-Toolchain copied to clipboard

ESP8266 build.opt missing fix

Open TobyChaloner opened this issue 1 year ago • 3 comments

resolves #13

TobyChaloner avatar Jul 14 '24 21:07 TobyChaloner

I would have preferred to add a conditional

if ("${ARDUINO_BOARD}" MATCHES "ESP8266") 

However on the first run, when BoardOptions.cmake does not exist, the variable was empty and thereafter the CMakeCache.txt had

//Arduino board for which the project is build for
ARDUINO_BOARD:STRING=

So the variable was blank. Not sure what I am doing wrong here.

TobyChaloner avatar Jul 14 '24 21:07 TobyChaloner

I hit this issue today. What's blocking this from a merge?

Jookia avatar Aug 07 '24 03:08 Jookia

Might be worth raising an issue on the parent repo, and reference this merge request.

TobyChaloner avatar Aug 07 '24 14:08 TobyChaloner