Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
gemu2015 committed Sep 4, 2024
1 parent ee9380a commit ff9c75a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions tasmota/Plugins/xdrv_42_i2s.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,17 @@
#define USE_MP3_PSRAM
#define USE_MP3
//#define USE_WEBRADIO

// select a codec
#ifndef __riscv
#define USE_WM8960
#endif
// box lite
// ES8156_init(); DAC
// es7243e_init(); ADC
// box full
// ES8311_init(); DAC
// es7210_init(); ADC


#endif


Expand Down
8 changes: 4 additions & 4 deletions variants/tasmota/esp32/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ static const uint8_t RX = 3;
static const uint8_t SDA = 21;
static const uint8_t SCL = 22;

static const uint8_t SS = 5;
static const uint8_t MOSI = 23;
static const uint8_t MISO = 19;
static const uint8_t SCK = 18;
static const uint8_t SS = 5;
static const uint8_t MOSI = 23;
static const uint8_t MISO = 19;
static const uint8_t SCK = 18;

static const uint8_t A0 = 36;
static const uint8_t A3 = 39;
Expand Down

0 comments on commit ff9c75a

Please sign in to comment.