Toby Chaloner
Toby Chaloner
This is fixed on the master branch of [technyon toolchain fork](https://github.com/technyon/Arduino-CMake-Toolchain). Version on July 2024 is good.
Just noticed that on Technyon's fork, there is an unmerged fix https://github.com/technyon/Arduino-CMake-Toolchain/pull/6
Hi @technyon thanks for merging #6. There is a similar fix for the master branch https://github.com/technyon/Arduino-CMake-Toolchain/pull/8. Which branch is active, the comment in the Readme says you would like us...
> Sorry for the late reply. Use the master branch, that comment is there from the original repository Hi, the merge from 4 weeks ago was not on the master...
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...
Might be worth raising an issue on the parent repo, and reference this merge request.