7 lines
78 B
C++
7 lines
78 B
C++
#ifndef WIFI_HPP
|
|
#define WIFI_HPP
|
|
|
|
void wifiTask(void *pvParameters);
|
|
|
|
#endif
|