#ifndef __WIFI_CONNECT_H #define __WIFI_CONNECT_H extern "C" { void connectBlocking(); } #endif