esp32_CloudSpeech icon indicating copy to clipboard operation
esp32_CloudSpeech copied to clipboard

while (!client.available()); infinite loop

Open dakota72 opened this issue 2 years ago • 0 comments

Hi, I modified your project by adding support for one of the two microphones that are present in the Esp32 A1S-Audio board. After connecting with the function: client.connect (server, 443)) esp32 gets stuck in function: while (! client.available ()); it waits for the server's response which never arrives

dakota72 avatar Sep 29 '21 14:09 dakota72