【需求】双网络类型通过长按boot切换网络 (#520)

* 【需求】双网络类型通过长按boot切换网络

* Update Kconfig.projbuild

---------

Co-authored-by: guhaibo <guhaibo@boe.com.cn>
Co-authored-by: Xiaoxia <terrence@tenclass.com>
This commit is contained in:
Haibo Gu
2025-05-07 02:33:38 +08:00
committed by GitHub
parent 8e638e3884
commit d505b3b1ae
10 changed files with 457 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
{
"target": "esp32s3",
"builds": [
{
"name": "xingzhi-cube-1.54tft-dual",
"sdkconfig_append": []
},
{
"name": "xingzhi-cube-1.54tft-dual-wechatui",
"sdkconfig_append": [
"CONFIG_USE_WECHAT_MESSAGE_STYLE=y"
]
}
]
}