Closed linchanghe123 closed 3 months ago
Yes, originally we only sent success or failure , the log at ESP shows the problem encountered.
This needs a fix in all apis to send back all the real failure integer.
We can initialise resp as:
resp_payload->resp = FAILURE;
and comment the line,
This is still workaround, proper fix to fix all the apis to return the failure. We will fix this.
Hi mantriyogesh,
Feedback on an issue with the NG mode: In the code on the ESP32 side, the function req_connect_ap_handler reports WiFi connection status, SSID errors, and password errors, which are overwritten, causing the host to be unable to obtain detailed error status.