esp-idf/components/console/linenoise
Ivan Grokhotkov 6b5599bb12
console: linenoiseProbe: check if response is valid
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.
2022-05-03 21:26:14 +02:00
..
LICENSE
linenoise.c console: linenoiseProbe: check if response is valid 2022-05-03 21:26:14 +02:00
linenoise.h