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
Hi,
This is more a comment, but I noticed while working with VSCode, Arduino extension and with this great library, that as is, the script updates only the file (git-version.h) in build/sketch path and not in the /src too. I then commented out the last ($2) parameter from the command in platform.txt when it of course updated only the file in the /src folder.
This worked for me although I now need to run the "verify" twice after git commit to get the vscode to copy the new git-version.h to the build folder too.
The text was updated successfully, but these errors were encountered:
Hi,
This is more a comment, but I noticed while working with VSCode, Arduino extension and with this great library, that as is, the script updates only the file (git-version.h) in build/sketch path and not in the /src too. I then commented out the last ($2) parameter from the command in platform.txt when it of course updated only the file in the /src folder.
This worked for me although I now need to run the "verify" twice after git commit to get the vscode to copy the new git-version.h to the build folder too.
The text was updated successfully, but these errors were encountered: