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
So, if I do the typo on versioning string of platformio.ini, in my case I hit 'm' key instead of ',' , it will be "carved" into the integrity.dat in the .pio>libdeps>(envname)>integrity.dat, and can't be normally cleaned off with clean build.
since I typo-ed when editing platformio.ini, I had to manually delete integrity.dat for it to regenerate to solve the polluted versioning string which was stopping the build.
it would be nice if integrity.dat was regularly regenerated to fit the content of platform.ini? I'm still beginner so not really sure how to fix it but it's a potensional trap for someone. I was a bit confused because ctrl + shift + s search on vscode don't show the content inside '.' prefixed folders.
P.S.
Also this is the first issues I create in my life so please be patient if some formatting was wrong or something. thanks!