Skip to content

Commit 106ed24

Browse files
committed
I would prefer to use a tool that doesnt break, but since they hate devs, try and work around them
1 parent 0ecb313 commit 106ed24

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: arduino_esp32cam_example.ino

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#if 0
2+
/*
3+
4+
Repeat after me:
5+
- I must break all assumptions about how compiling works
6+
- I must change my mind on minor version releases
7+
- I must claim to be a CLI tool, but adhere to strange IDE rules
8+
9+
Oh, wait, none of these are useful.
10+
11+
A file with the same name as the subdirectory must exist since arduino-cli 0.11
12+
otherwise it thinks there is no sketch here. Once this file exists, it will
13+
happily compile /all/ the .ino files in this directory
14+
15+
Grr
16+
17+
18+
*/
19+
#endif

0 commit comments

Comments
 (0)