9 lines
92 B
C++
9 lines
92 B
C++
#ifndef WIFI_HPP
|
|
#define WIFI_HPP
|
|
|
|
#pragma once
|
|
|
|
void wifiTask(void *pvParameters);
|
|
|
|
#endif
|