将太极派新款和旧款分离 (#1287)
Some checks are pending
Build Boards / Determine variants to build (push) Waiting to run
Build Boards / Build ${{ matrix.name }} (push) Blocked by required conditions

* 将太极派新款和旧款分离

* 新增太极派OTA配置

* 新增OTA配置
This commit is contained in:
DeepStart 2025-10-14 18:52:18 +08:00 committed by GitHub
parent 60ad1c5afc
commit 992be9a636
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

@ -682,7 +682,7 @@ menu "TAIJIPAI_S3_CONFIG"
config I2S_USE_2SLOT
bool "Enable I2S 2 Slot"
default n
default y
help
启动双声道
endmenu

View File

@ -4,7 +4,15 @@
{
"name": "taiji-pi-s3",
"sdkconfig_append": [
"CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y"
"CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y",
"CONFIG_TAIJIPAI_I2S_TYPE_STD=y"
]
},
{
"name": "taiji-pi-s3-pdm",
"sdkconfig_append": [
"CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y",
"CONFIG_TAIJIPAI_I2S_TYPE_PDM=y"
]
}
]