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