mirror of https://github.com/arendst/Tasmota.git
Fix include for framework < 3.0.0
This commit is contained in:
parent
d789846ff5
commit
f9fbdc12ed
|
@ -22,7 +22,7 @@
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
#include "driver/i2s.h"
|
#include "driver/i2s.h"
|
||||||
#elif defined(ARDUINO_ARCH_RP2040) || defined(ESP8266)
|
#elif defined(ARDUINO_ARCH_RP2040) || defined(ESP8266)
|
||||||
#include <I2S.h>
|
#include <i2s.h>
|
||||||
#endif
|
#endif
|
||||||
#include "AudioOutputI2S.h"
|
#include "AudioOutputI2S.h"
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
#include "driver/i2s.h"
|
#include "driver/i2s.h"
|
||||||
#elif defined(ARDUINO_ARCH_RP2040) || defined(ESP8266)
|
#elif defined(ARDUINO_ARCH_RP2040) || defined(ESP8266)
|
||||||
#include <I2S.h>
|
#include <i2s.h>
|
||||||
#endif
|
#endif
|
||||||
#include "AudioOutputI2SNoDAC.h"
|
#include "AudioOutputI2SNoDAC.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue