#pragma once #if defined(IDF_VER) bool StartWifi(const char *wifiSsid, const char *wifiPassword); #endif