I am trying to use the esp_wifi_get_config to see what the SSID/PWD once it is saved, but I am getting nothing back when I call it: Code:Select all wifi_config_t wifi_config = { }; ESP_LOGI(LOG_TAG, " the size of esp_wifi_config before: %i ", sizeof(wifi_config)); esp...