#ifndef WIFI_INIT_H
#define WIFI_INIT_H
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void wifi_init(void);
}
#endif /* WIFI_INIT_H */