Skip to content

Commit

Permalink
set return value for connection
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Aug 11, 2023
1 parent d2fca33 commit b632899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lwesp/src/lwesp/lwesp_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,7 @@ lwespi_process_sub_cmd(lwesp_msg_t* msg, lwesp_status_flags_t* stat) {
} else {
esp.evt.evt.sta_join_ap.res = lwespERR;
}
msg->res_err_code = esp.evt.evt.sta_join_ap.res;
}
} else if (CMD_IS_CUR(LWESP_CMD_WIFI_CWDHCP_GET)) {
SET_NEW_CMD(LWESP_CMD_WIFI_CIPSTA_GET); /* Get IP address */
Expand Down

0 comments on commit b632899

Please sign in to comment.