📜  vscode arduino [警告] 未指定输出路径.无法重用以前编译的文件.上传可能很慢.请参阅自述文件. - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:38.984000             🧑  作者: Mango

代码示例1
/*You need to specify the output path for the compilation of each sketch you
compile. You can do that by pressing f1, typing in ".vscode/arduino.json" and
adding the line specifying the address of the folder you want to use to keep
the previous compilations.
*/
    "output": "...../build"
    
//You need to do this for each sketch where you want to reuse the previous
//compilations