Skip to content

Add important notice of batch mode to README

e79d1e8
Select commit
Loading
Failed to load commit list.
Merged

Add batch mode #68

Add important notice of batch mode to README
e79d1e8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 12, 2025 in 3s

No new alerts in code changed by this pull request

Annotations

Check failure on line 102 in SimpleCom/SerialConnection.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This argument to a file access function is derived from
user input (a command-line argument)
and then passed to CreateFileW(lpFileName).

Check notice on line 185 in SimpleCom/TerminalRedirector.cpp

See this annotation in the file changed.

Code scanning / CodeQL

For loop variable changed in body Note

Loop counters should not be modified in the body of the
loop
.