joltwallet / esp_littlefs

LittleFS port for ESP-IDF
MIT License
254 stars 95 forks source link

ESP build process fails due to 'unrecognised argument' #195

Closed Teesmo closed 1 month ago

Teesmo commented 1 month ago

I am using LittleFS in my application to store sensor readings. I have tested it before, and the code built and worked well. Now, I have effected some changes in my application (added functionality not related to littlefs), and I get this error when I build my project littlefs-python: error: unrecognized arguments: --image= I don't know why I am getting this error, since the code has built before. The only other thing I did is I pushed some previous code to github, but I don't know how this would affect the build of my application. Please help!!! @adokitkat

BrianPugh commented 1 month ago

update to the latest version (v1.14.8) and it should be resolved.