Arduino DLNA Server
Loading...
Searching...
No Matches
Task.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef ESP32
4#include "TaskRTOS.h"
5#elif defined(__linux__)
6#include "TaskLinux.h"
7#else
8#include "TaskRTOS.h"
9#endif
10