platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
330 stars 219 forks source link

Disable cache for buildfs / uploadfs #257

Closed forkineye closed 2 years ago

forkineye commented 3 years ago

The caching system is not detecting changes in the data directory for generating the filesystem. I noticed this was fixed for ESP32 (adding NoCache). Can this done for ESP8266 as well? ESP32 issue and commit.

ivankravets commented 2 years ago

Thanks! Fixed.