mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-23 23:07:26 +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.