Open
Description
Opening an .ino file and then doing some edits.
Specifically typing:
const char* string = "foo%test";
eventually results in:
jsonrpc2: connection is closed
after which nothing works anymore.
See also arduino/arduino-pro-ide#154
Opening an .ino file and then doing some edits.
Specifically typing:
const char* string = "foo%test";
eventually results in:
jsonrpc2: connection is closed
after which nothing works anymore.
See also arduino/arduino-pro-ide#154