Ronald Wijnsema

Results 10 comments of Ronald Wijnsema

Sure Erik, Sorry for being so blunt with the 1 star review, but I genuinely feel this tools is missing too much features to be a Power Tool. It is...

That's great news! Did not know that. I suppose you are going to support this?

Nice work Erik! I tried it with a test project and it seems to be working OK. But it turns out I need to learn T4 first... Not that obvious...

Wow Eric! I tried this out and it works really well! Thanks quick replies! This T4 is a great contribution, for me and for everyone I think.

I have this problem too. My way of reproducing this problem: - Start with: https://github.com/espressif/arduino-esp32/tree/master/libraries/LittleFS/examples/LITTLEFS_PlatformIO - This project will build OK - Change platformio.ini file line ```framework = arduino``` to...

Thank you Jason. I'm not sure how to this though. LittleFS may not be included in IDF, but it is included in Arduino framework, which confuses me.

Just to be practical: what should one do to use LittleFS in an ```arduino, espidf``` project in PlatformIO?

Again starting with: https://github.com/espressif/arduino-esp32/tree/master/libraries/LittleFS/examples/LITTLEFS_PlatformIO Change platformio.ini file line ```framework = arduino``` to ```framework = arduino, espidf``` Now add components/littlefs folder and add source files from https://github.com/littlefs-project/littlefs Add CMakeList.txt file to...

Thanks @Jason2866 This project is indeed working properly. A couple of things to note when integrating this into your running project: - I had to 'upgrade' to the development version...

Sure Jason, your project runs fine. It's just a reminder that people with existing projects that want to use LittleFS should realize that the development branch of 'platform' espressif32 is...