This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
The defect that the compilation results folder is automatically deleted #1087
Open
Description
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.