Thomas Gwynne-Timothy

Results 2 comments of Thomas Gwynne-Timothy

I think the issue is related to two conditions in cmake/ArduinoToolchain.cmake. The DEFINED keyword should be use to detect the ARDUINO_SDK_PATH: `if(NOT DEFINED ARDUINO_SDK_PATH)` and `if(DEFINED ARDUINO_SDK_PATH)`

A few unrelated bug fixes made their way onto this branch. I should probably split them off onto a separate branch before anything gets merged.