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
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -128,12 +128,12 @@ Echo a tab separated report of all verification results to the log. The report i
128
128
- IDE version
129
129
- Program Storage (bytes) - Program storage usage of the compiled sketch.
130
130
- Dynamic Memory (bytes) - Dynamic memory usage by global variables in the compiled sketch (not available for some boards).
131
-
-# Warnings - Number of warnings reported by the compiler during the sketch compilation.
131
+
-\# Warnings - Number of warnings reported by the compiler during the sketch compilation.
132
132
- Allow Failure - Whether the sketch verification was allowed to fail (set by the `allowFail` argument of `build_sketch`).
133
133
- Exit Status - Exit status returned by arduino after the sketch verification.
134
-
-# Board Issues - The number of board issues detected.
134
+
-\# Board Issues - The number of board issues detected.
135
135
- Board Issue - Short description of the last board issue detected.
136
-
-# Library Issues - The number of library issues detected. Library issues are things that cause warnings in the sketch verification output from the IDE, rather than the compiler.
136
+
-\# Library Issues - The number of library issues detected. Library issues are things that cause warnings in the sketch verification output from the IDE, rather than the compiler.
137
137
- Library Issue - Short description of the last library issue detected.
0 commit comments