#include <esp_log.h>
static const char* TAG = "wifi";
void wifi_init(void) {
ESP_LOGI(TAG, "Not implemented");
}