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