helloyifa 31f179cb76 init
2025-05-15 14:19:56 +08:00

13 lines
232 B
C
Executable File

#ifndef __NET_CLIENT_H__
#define __NET_CLIENT_H__
#ifdef __cplusplus
extern "C" {
#endif
void net_sta_connect(char* ssid,char *password);
void net_check_start();
void net_check_stop();
#ifdef __cplusplus
}
#endif
#endif