arduino-esp32fs-plugin
arduino-esp32fs-plugin copied to clipboard
Arduino plugin for uploading files to ESP32 file system
Thanks for the excellent tool. Do you have any plans to migrate it to the new Arduino IDE?
When trying to use the tool on Mac OSX Big Sur, esptool fails to execute. ``` Traceback (most recent call last): File "esptool.py", line 57, in File "/Library/Python/2.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 389,...
Hi, I have osx and there is a problem if the sketchbook directory has changed: in the description: _On the OS X create the tools directory in ~/Documents/Arduino/ and unpack...
Should work for additional board types as long as you use mcu to differentiate.
How can I create a .bin file that I can pass to a third party user so that he can fully update the arduino esp32 without using any development environment...
esp32s2
[SPIFFS] data : C:\Users\zyx\Desktop\sketch_aug29a\data [SPIFFS] start : 2686976 [SPIFFS] size : 1472 [SPIFFS] page : 256 [SPIFFS] block : 4096 /index.html [SPIFFS] upload : C:\Users\zyx\AppData\Local\Temp\arduino_build_540398/sketch_aug29a.spiffs.bin [SPIFFS] address: 2686976 [SPIFFS] port...
thanks for the tools that make our life together easier 💖
It would be nice if the download tool which works very well for me could suspend the com port like the Arduino IDE serial port monitor edit: typo mw ->...
Hi, SPIFFS data uploader is not working over OTA with authentication turned on. I get error "Authentication failed". When I disable OTA authentication everything is OK. I have version 1.0.4...
On a 'freshly unpacked' ESP32-CAM (aka AI-cam) SPIFFS OTA upload is not working, Arduino IDE says 'No response'. Steps - - compile ota sketch and prepare data dir - ftdi...