mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04: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.