/* * wifi.h * * Created on: 21 Apr 2020 * Author: Chris */ #ifndef COMPONENTS_WIFI_WIFI_H_ #define COMPONENTS_WIFI_WIFI_H_ #include #include #include #include "freertos/event_groups.h" #include #include "nvs_flash.h" void init_wifi_sta(); #endif /* COMPONENTS_WIFI_WIFI_H_ */