7 lines
74 B
C
7 lines
74 B
C
|
|
#ifndef WIFI_H
|
||
|
|
#define WIFI_H
|
||
|
|
|
||
|
|
void wifi_connect(void);
|
||
|
|
|
||
|
|
#endif // WIFI_H
|