Skip to content

[HelpScripts][PythonScripts] UncommentCode.py should copy same directories on the board #17

Description

@yeyeto2788

Until now we can upload uncommented code onto the board file by file.

It would be great to have same directories as in the code, let's say we are working with this kind of directory on /home/userX/workspace/MicroPythonScripts:

MicroWeatherThing (Folder)
   └──main.py
   └──IMG (Folder)
   |          └── image1.png
   |          └── image1.png
   └──static (Folder)
              └──style.css
              └──code.js

On the board it should be a similar directory to this:

Board filesystem
   └──main.py
   └──IMG (Folder)
   |          └── image1.png
   |          └── image1.png
   └──static (Folder)
              └──style.css
              └──code.js

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions