arduino-cmake
arduino-cmake copied to clipboard
Add support for nightly build version.
lib/version.txt
just contain "nightly", which make CMAKE can not detect the SDK version.
By setting the PARSED_VERSION="1.6.12" manually when detect "nightly" on lib/version.txt
to solve this issue.