Arduino project file types

Sysprogs forums Forums VisualGDB Arduino project file types

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #30337
    suremicro
    Participant

    Hi, it seems there are only a few types of files that can be added to an Arduino project by default. How can you add other types of resources, such as HTML, JSON, TXT etc.?

    Thanks

    David

    #30338
    support
    Keymaster

    Hi,

    For Arduino projects VisualGDB relies on the regular Arduino build process (arduino-builder.exe) that does not support adding arbitrary resources. The only exception is the SPIFFS file system that is only available when using the ESP32 Arduino core. VisualGDB supports it starting from the Custom edition as shown in this tutorial.

    #30343
    suremicro
    Participant

    Thanks for letting me know.

    Unfortunately files in the SPIFFS partition folder within VS can’t be added to source control (TFS) so any code or data files in there will not be saved in the repository. Unless there is another option?

    #30344
    support
    Keymaster

    Hi,

    This is something to check on the VS side. VisualGDB reports the sketch files, source files and SPIFFS folder contents in exactly the same way. We have also double-checked it with git integration and it worked as expected as well.

    #30355
    suremicro
    Participant

    OK thanks, I use version control not Git so there may be a difference.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.