mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 18:19:07 -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.