Previously linenoiseProbe would accept any 4 byte response, even one that isn't expected. This adds a check that the first byte of the response is ESC. Suggested in https://github.com/espressif/esp-idf/issues/8839. |
||
|---|---|---|
| .. | ||
| argtable3 | ||
| linenoise | ||
| test | ||
| CMakeLists.txt | ||
| commands.c | ||
| component.mk | ||
| esp_console.h | ||
| esp_console_repl.c | ||
| split_argv.c | ||