Comments on: ESP32 with VS Code and PlatformIO: Upload Files to LittleFS Filesystem https://randomnerdtutorials.com/esp32-vs-code-platformio-littlefs/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 13 Aug 2024 09:12:26 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/esp32-vs-code-platformio-littlefs/#comment-947951 Tue, 13 Aug 2024 09:12:26 +0000 https://randomnerdtutorials.com/?p=158860#comment-947951 In reply to Joel Le Cam.

Thanks for pointing that out.
Regards,
Sara

]]>
By: Joel Le Cam https://randomnerdtutorials.com/esp32-vs-code-platformio-littlefs/#comment-947632 Mon, 12 Aug 2024 06:25:09 +0000 https://randomnerdtutorials.com/?p=158860#comment-947632 Hello,

Tanks for your Tutorials. All are good and undertanding Well.

Just note for your information that if you are using VScode on a linux platform, you must remove the include library #include “litlleFS.h ” in your project because you will obtain an compilation error. This library is now included in the framwork core Arduino-esp32

]]>
By: Ellery Cadel https://randomnerdtutorials.com/esp32-vs-code-platformio-littlefs/#comment-925032 Thu, 13 Jun 2024 19:49:18 +0000 https://randomnerdtutorials.com/?p=158860#comment-925032 just noticed read program was written for 9600 baud. Yup, that would do it!! HA!

]]>
By: Ellery Cadel https://randomnerdtutorials.com/esp32-vs-code-platformio-littlefs/#comment-925031 Thu, 13 Jun 2024 19:44:43 +0000 https://randomnerdtutorials.com/?p=158860#comment-925031 Not sure if common problem – I had left the monitor speed at 115200 and the tutorial did not work. I eliminated the monitor speed line (effectively switching the speed back to 9600) and it worked as expected!

]]>