#ifndef _WIFI_STUFF_H_ #define _WIFI_STUFF_H_ #ifdef PLATFORM_ESP void wifi_setup(); void wifi_run(); #endif #endif // _WIFI_STUFF_H_