arduino-audio-tools
Loading...
Searching...
No Matches
esp8266.h
1#pragma once
2
3#include <ESP8266WiFi.h>
4//#define USE_URL_ARDUINO // commented out because of compile errors
5#define USE_I2S
6#define USE_TYPETRAITS
7#define USE_TIMER
8#define USE_WIFI
9#define USE_AUDIO_SERVER
10#define USE_URL_ARDUINO
11
12#define PIN_PWM_START 12
13#define PIN_I2S_BCK -1
14#define PIN_I2S_WS -1
15#define PIN_I2S_DATA_IN -1
16#define PIN_I2S_DATA_OUT -1
17#define I2S_USE_APLL false
18#define PIN_I2S_MUTE 23
19#define SOFT_MUTE_VALUE 0
20#define PIN_CS SS
21#define USE_SERVER_ACCEPT 1
22
23#define URL_CLIENT_TIMEOUT 60000;
24#define URL_HANDSHAKE_TIMEOUT 120000
25#define USE_SD_SUPPORTS_SPI