This repository was archived by the owner on Nov 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
This repository was archived by the owner on Nov 22, 2020. It is now read-only.
Send file will send all project files #11
Copy link
Copy link
Open
Description
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
Labels
No labels