You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I enjoyed using this library on ESP8266 for a while now. Worked like charm.
Now i tried to make it work on an ESP32, unfortunately there is always an exception when trying to connect to AWS.
Could you pinpoint where the problem is?
0x400de9e0: WebSocketsClient::clientDisconnect(WSclient_t*) at WString.h line 47
0x400de9e0: WebSocketsClient::clientDisconnect(WSclient_t*) at WString.h line 47
0x400dfab5: AWSWebSocketClient::stop() at AWSWebSocketClient.cpp line 526
0x400e0c2e: AWSWebSocketClient::connect(char const*, unsigned short) at AWSWebSocketClient.cpp line 526
0x400d5814: IPStack::connect(char*, int) at awsIot.cpp line 153
: (inlined by) AwsIotClient::connect() at awsIot.cpp line 58
0x400d59de: AwsIotClient::init(FP ) at awsIot.cpp line 153
0x400d4239: setup() at CoffeemakerPS.ino line 130 (discriminator 5)
0x4014efde: loopTask(void*) at main.cpp line 15
Kind regards
David
The text was updated successfully, but these errors were encountered:
Hi,
I enjoyed using this library on ESP8266 for a while now. Worked like charm.
Now i tried to make it work on an ESP32, unfortunately there is always an exception when trying to connect to AWS.
Could you pinpoint where the problem is?
Kind regards
David
The text was updated successfully, but these errors were encountered: