#ifndef DOOR_WIFI_H #define DOOR_WIFI_H void door_wifi_initialize(void); void door_wifi_wait_connected(void); #endif //DOOR_WIFI_H