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

Fixed upload issue on esp32 (partitions artifacts copy) #457

Merged
merged 3 commits into from
Oct 29, 2019

Commits on Oct 28, 2019

  1. Run of "go mod tidy"

    cmaglie committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    deed2e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    1f1d0f0 View commit details
    Browse the repository at this point in the history
  2. Copy multiple build artifacts matchin a name pattern.

    Previously the compile command copied only the following artifacts:
    
      sketch.ino.hex (or .bin)
      sketch.ino.elf
    
    now also the files matching the glob sketch.ino.*.hex will be copied.
    This allows for some 3rd party core (like esp32) to copy also the extra
    file sketch.ino.partitions.bin.
    
    Should fix #163
    cmaglie committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    09e3c42 View commit details
    Browse the repository at this point in the history