Mon, 24 Mar 2025 14:15:39 +0100
Corrected a code documentation issue.
src/eric7/MicroPython/MicroPythonSerialPort.py | file | annotate | diff | comparison | revisions |
--- a/src/eric7/MicroPython/MicroPythonSerialPort.py Sun Mar 23 14:55:33 2025 +0100 +++ b/src/eric7/MicroPython/MicroPythonSerialPort.py Mon Mar 24 14:15:39 2025 +0100 @@ -97,8 +97,8 @@ Public method to read data until an expected sequence is found (default: \n) or a specific size is exceeded. - @param expected expected bytes sequence - @type bytes + @param expected expected bytes sequence (defaults to \n) + @type bytes (optional) @param size maximum data to be read (defaults to None) @type int (optional) @param timeout timeout in milliseconds (0 for configured default)