diff --git a/components/retro-go/targets/esp32s3-devkit-c/config.h b/components/retro-go/targets/esp32s3-devkit-c/config.h index 468f3423d..cb3fe7cb0 100644 --- a/components/retro-go/targets/esp32s3-devkit-c/config.h +++ b/components/retro-go/targets/esp32s3-devkit-c/config.h @@ -11,7 +11,7 @@ // Audio #define RG_AUDIO_USE_INT_DAC 0 // 0 = Disable, 1 = GPIO25, 2 = GPIO26, 3 = Both -#define RG_AUDIO_USE_EXT_DAC 0 // 0 = Disable, 1 = Enable +#define RG_AUDIO_USE_EXT_DAC 1 // 0 = Disable, 1 = Enable // Video #define RG_SCREEN_DRIVER 0 // 0 = ILI9341 @@ -89,7 +89,7 @@ #define RG_GPIO_SDSPI_CS GPIO_NUM_10 // External I2S DAC -// #define RG_GPIO_SND_I2S_BCK 38 -// #define RG_GPIO_SND_I2S_WS 13 -// #define RG_GPIO_SND_I2S_DATA 9 +#define RG_GPIO_SND_I2S_BCK 41 +#define RG_GPIO_SND_I2S_WS 42 +#define RG_GPIO_SND_I2S_DATA 40 // #define RG_GPIO_SND_AMP_ENABLE 18