#pragma once #include #ifdef __cplusplus extern "C" { #endif uint8_t init_wifi(void); #ifdef __cplusplus } #endif