Disable caching when doing uploadfs target

I’ve noticed that when doing a uploadfs operation, even though files were updated in the data folder pio seems to upload what is present in the current build cache. The same happen with buildfs.

pio run -t uploadfs

Are there any way to force the update without deleting all the cache ?

1 Like

Please file an issue at Issues · platformio/platform-espressif32 · GitHub

1 Like

here it is

thx a lot