#pragma once #include "freertos/FreeRTOS.h" #include "freertos/event_groups.h" void init_wifi(const char* ssid, const char* pass);