File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -606,7 +606,8 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -D WLED_RELEASE_NAME=
606606 -D S3_LCD_DIV_NUM =20 ; ; Attempt to fix wifi performance issue when panel active with S3 chips
607607 -D MOONHUB_S3_PINOUT ; ; HUB75 pinout
608608 -D WLED_DEBUG_BUS
609- -D SR_DMTYPE =-1 -D I2S_SDPIN =-1 -D I2S_CKPIN =-1 -D I2S_WSPIN =-1 -D MCLK_PIN =-1 ; ; Disable to prevent pin clash
609+ -D LEDPIN =14 -D BTNPIN =0 -D RLYPIN =15 -D IRPIN =-1 -D AUDIOPIN =-1 ; ; defaults that avoid pin conflicts with HUB75
610+ -D SR_DMTYPE =1 -D I2S_SDPIN =10 -D I2S_CKPIN =11 -D I2S_WSPIN =12 -D MCLK_PIN =-1 ; ; I2S mic
610611
611612lib_deps = ${esp32s3.lib_deps}
612613 https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git# aa28e2a ;; S3_LCD_DIV_NUM fix
You can’t perform that action at this time.
0 commit comments