Skip to content

Version 1.8.1 doesn't copy 'data' folder on save as #5998

Closed
@tttapa

Description

@tttapa

When using the Arduino IDE with an ESP8266, for example, I use the data folder in the sketch folder (the folder that opens when you hit CTRL+K) for files to upload to the SPIFFS. (HTML, CSS, JS, icons etc.) In version 1.6.x, this data folder was copied when doing a 'save as', but using the new 1.8.1 version, I have to copy the folder manually.
Why was this feature removed?

I'm using Ubuntu 16.04.

Pieter

Activity

matthijskooijman

matthijskooijman commented on Feb 18, 2017

@matthijskooijman
Collaborator

Hm, I remember considering to remove this support, but in the end I settled on removing support for the code subdirectory and leaving the data subdirectory intact in 4ef5699

It also seems the code for it is still present: https://github.com/arduino/Arduino/blob/master/arduino-core/src/processing/app/Sketch.java#L357-L360 So that means this was not intentionally removed, but apparently broken at some point. I have not tried to reproduce this yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @matthijskooijman@facchinm@tttapa

      Issue actions

        Version 1.8.1 doesn't copy 'data' folder on save as · Issue #5998 · arduino/Arduino