mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-08 05:48:36 +00:00

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.