Statistics: Posted by Guest — Thu Feb 28, 2019 3:36 am
Code:
case SYSTEM_EVENT_STA_GOT_IP:
ESP_LOGI(TAG, "got ip:%s",
ip4addr_ntoa(&event->event_info.got_ip.ip_info.ip));
xEventGroupSetBits(wifi_event_group, WIFI_CONNECTED_BIT);
break;
Statistics: Posted by Her Mary — Tue Feb 26, 2019 5:20 pm
Statistics: Posted by Guest — Sun Feb 17, 2019 8:41 am