Skip to content

Commit caa32c4

Browse files
authored
Merge pull request #666 from 0x1abin/path-1
compat MacOS newline
2 parents a39b96b + 0e6ed38 commit caa32c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WiFiManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2164,7 +2164,7 @@ void WiFiManager::DEBUG_WM(wm_debuglevel_t level,Generic text,Genericb textb) {
21642164
_debugPort.print(" ");
21652165
_debugPort.print(textb);
21662166
}
2167-
_debugPort.print("\n");
2167+
_debugPort.println();
21682168
}
21692169

21702170

0 commit comments

Comments
 (0)