You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed upload issue on esp32 (partitions artifacts copy) (#457)
* Copy multiple build artifacts matching 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
* Added test for improved support for esp32:esp32
#163
* Run of "go mod tidy"
0 commit comments