intellij-micropython icon indicating copy to clipboard operation
intellij-micropython copied to clipboard

Characters \r\n when loading a file are converted to line breaks in the file itself

Open EugeneRymarev opened this issue 2 years ago • 0 comments

Example python file source

print('200 OK \r\n')

result after upload to device

print('200 

EugeneRymarev avatar Nov 23 '22 15:11 EugeneRymarev