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