Skip to content

Commit 0662887

Browse files
committed
Add bogus '-compile' flag for backward compatibility
1 parent 4d49227 commit 0662887

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.go

+2
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ func init() {
169169
}
170170

171171
func main() {
172+
// Not used anymore, kept only because the Arduino IDE still provides this flag
173+
flag.Bool("compile", true, "[deprecated] this is now the default action")
172174

173175
flag.Parse()
174176

0 commit comments

Comments
 (0)