ESP_ERROR_CHECK(esp_netif_init()); ESP_ERROR_CHECK(esp_event_loop_create_default()); esp_netif_t *sta_netif = esp_netif_create_default_wifi_sta(); assert(sta_netif); wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); ESP_ERROR_CHECK(esp_wifi_init(&cfg)); uint16_t number ...
[2023-02-09_19:32:26:845]�[0;32mI (627) wifi_init: tcp mss: 1436�[0m [2023-02-09_19:32:26:895]�[0;32mI (627) wifi_init: WiFi IRAM OP enabled�[0m [2023-02-09_19:32:26:895]�[0;32mI (637) wifi_init: WiFi RX IRAM OP enabled�[0m [2023-02-09_19:...
(76) boot: 1 phy_init RF data 01 01 0000f000 00001000 I (84) boot: 2 factory factory app 00 00 00010000 00100000 I (91) boot: End of partition table I (96) esp_image: segment 0: paddr=00010020 vaddr=3c0a0020 size=257d4h (153556) map I (132) esp_image: segment 1: paddr=...
I (76) boot: 1 phy_init RF data 01 01 0000f000 00001000 I (84) boot: 2 factory factory app 00 00 00010000 00100000 I (91) boot: End of partition table I (96) esp_image: segment 0: paddr=00010020 vaddr=3c0a0020 size=257d4h (153556) map ...
static void wifi_scan(void) { int j =0; ESP_ERROR_CHECK(esp_netif_init()); ESP_ERROR_CHECK(esp_event_loop_create_default()); esp_netif_t *sta_netif = esp_netif_create_default_wifi_sta(); assert(sta_netif); wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); ESP_ERROR_CHECK...
(4865) esp_netif_handlers: example_netif_sta ip: 192.168.11.132, mask: 255.255.252.0, gw: 192.168.8.1 I (4865) example_connect: Got IPv4 event: Interface "example_netif_sta" address: 192.168.11.132 I (4915) example_connect: Got IPv6 event: Interface "example_netif_sta" address: fe80:...