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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Sometimes we need to get the compiled hex file or bin file for distribution or download to Arduino using network OTA, but I found that the build results folder will be automatically deleted after the verify is successfully compiled.
This not only lost the build result file, but also the problem that Arduino ide repeatedly compiled the unchanged C / CPP / ino file resulted in low build efficiency, so I had to continue to use Arduino ide when I needed to extract bin files. We hope this can be solved.