Skip to content
This repository was archived by the owner on Nov 22, 2020. It is now read-only.
This repository was archived by the owner on Nov 22, 2020. It is now read-only.

Send file will send all project files #11

@iBobik

Description

@iBobik

Run task should "Send current script to device…" but in Output I see it first deletes all files and then uploads them all. No matter if they changed or shoudl be ignored (by .micropythonrc file).

Checking current script...
Preparing file /Users/Bobik/Applications/esp-rfid.py/main.py...
Checking `ampy` tool...
Checking `rshell` tool...
Reading settings from config file (.micropythonrc)...
Checking config file...
Checking `ampy` path config...
Checking `rshell` path config...
Checking upload port config...
Connect device from port /dev/tty.usbserial...
Reading baud rate config...
Using baud rate: 115200
Using port: /dev/tty.usbserial
Stopping running script if available...
Removing .DS_Store...
Removing boot.py...
Removing lib...
Removing main.py...
Removing micropython-pn532...
Removing networks.json...
Searching for ignored files and directories...
Checking directory /Users/Bobik/Applications/esp-rfid.py/.vscode
Checking directory /Users/Bobik/Applications/esp-rfid.py/lib
Checking directory /Users/Bobik/Applications/esp-rfid.py/micropython-pn532
Sending /.DS_Store...
Sending /.vscode/settings.json...
Sending /boot.py...
Creating directory /lib...
Sending /lib/wiegand.py...
Sending /lib/wifi_manager.py...
Sending /main.py...
Creating directory /micropython-pn532...
Sending /micropython-pn532/constants.py...
Sending /micropython-pn532/i2c.py...
Sending /networks.json...
Reseting state...
Task done with 81797 milliseconds.

It is useful to have feature for sending only one file and feature to sync all of them. But it will be nice if it can sync only files changed from last sync.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions