ESP32-Web / WiFi-Manager_Library

Files required to run ESP32 Web WiFi Manager
18 stars 3 forks source link

There is no Tools/ESP32 Sketch Data Upload option in Ardunio IDE 2,3,2 #7

Closed csabal closed 4 months ago

csabal commented 4 months ago

After set the correct path in the Preferences menu, restart Arduino IDE, but still, there is no that menu under Tools.

Did I miss something?

esp32web_Screenshot 2024-05-16 132655

FarazFKhan commented 4 months ago

Hello There 🖐

Yes, unfortunately the 2.0+ versions of the Arduino IDE don't have a supported plugin yet to upload the data folder files to the ESP32 flash. So if you'd like to use the Arduino IDE, you'd have to use the Legacy Arduino IDE, version 1.8.19. You could use the legacy version just for the flash upload and then use the newer IDE for changing your main sketch file (.ino file) and uploading that...up to you.

image

Have screenshot above the version that supports the flash upload plugin under the Tools section. You can download this from: https://www.arduino.cc/en/software

Hope that resolves the issue you are running into. Let me know if you have any further questions.