arduino-audio-tools
Loading...
Searching...
No Matches
src
AudioTools
Communication
Network
Network.h
Go to the documentation of this file.
1
#pragma once
2
#include "
AudioToolsConfig.h
"
3
4
#if defined(IS_ZEPHYR)
5
# include "
WiFiZephyr.h
"
6
# include "
WiFiClientZephyr.h
"
7
# include "
WiFiClientSecureZephyr.h
"
8
# include "
WiFiServerZephyr.h
"
9
# include "
WiFiUDPZephyr.h
"
10
# include "
EthernetZephyr.h
"
11
#elif defined(USE_WIFININA)
12
# include <WiFiNINA.h>
13
#elif defined(USE_WIFIS3)
14
# include <WiFiS3.h>
15
#elif defined(ESP8266)
16
# include <ESP8266WiFi.h>
17
#elif defined(ESP32)
18
# include <Client.h>
19
# include <WiFi.h>
20
# include <WiFiClientSecure.h>
21
# include <esp_wifi.h>
22
#else
23
# include <WiFi.h>
24
#endif
AudioToolsConfig.h
EthernetZephyr.h
WiFiClientSecureZephyr.h
WiFiClientZephyr.h
WiFiServerZephyr.h
WiFiUDPZephyr.h
WiFiZephyr.h
Generated by
1.9.8