Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Oct 10, 2019
1 parent 96d584c commit 5dce5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esp_at_lib/src/esp/esp_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -1388,15 +1388,15 @@ espi_process_sub_cmd(esp_msg_t* msg, uint8_t* is_ok, uint8_t* is_error, uint8_t*
)) {
if (CMD_IS_CUR(ESP_CMD_WIFI_CWMODE)) {
if (*is_ok) {
SET_NEW_CMD(ESP_CMD_WIFI_CIPAP_GET);/* Go to next command to get IP address */
SET_NEW_CMD(ESP_CMD_WIFI_CIPAP_GET);
}
} else if (CMD_IS_CUR(ESP_CMD_WIFI_CIPAP_GET)) {
if (*is_ok) {
SET_NEW_CMD(ESP_CMD_WIFI_CWDHCP_GET);
}
} else if (CMD_IS_CUR(ESP_CMD_WIFI_CWDHCP_GET)) {
if (*is_ok) {
SET_NEW_CMD(ESP_CMD_WIFI_CIPAPMAC_GET); /* Go to next command to get IP address */
SET_NEW_CMD(ESP_CMD_WIFI_CIPAPMAC_GET);
}
}
#endif /* ESP_CFG_MODE_ACCESS_POINT */
Expand Down

0 comments on commit 5dce5b0

Please sign in to comment.