esp-idf/components/console
Ivan Grokhotkov 129cdcc08c
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-06-01 16:32:28 +02:00
..
argtable3
linenoise console: linenoiseProbe: check if response is valid 2022-06-01 16:32:28 +02:00
test
CMakeLists.txt
commands.c
component.mk
esp_console.h
esp_console_repl.c console: disable colored hints if CONFIG_LOG_COLORS is not set 2022-04-20 16:03:08 +05:30
split_argv.c