Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only upload file to device if remote is different #107

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 17, 2020

  1. Only upload file to device if remote is different

    Gets a hash of the remote file and compares it to a hash of the local file. If they are different it uploads. If not it skips over.
    jdjjm authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    d548114 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Fixed Windows path issue and unicode issue

    Fixed windows path issue when finding the remote path. 
    Used ubinascii to get hexdigest as string when finding hash to fix bug when hashing certain hex values.
    jdjjm authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    157275d View commit details
    Browse the repository at this point in the history
  2. Removed print commands

    Removed print commands used for development
    jdjjm authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    1aeeb5a View commit details
    Browse the repository at this point in the history
  3. More Formatting

    jdjjm authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    8f6fc87 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Removed Debug Print statments

    Removed some debug print statements I forgot to remove.
    jdjjm authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    ce1dd47 View commit details
    Browse the repository at this point in the history