content: Update the README.md ci: Adapt to the lower directory ci: the lower directory support ci: board type errors fixed. ci: board_type errors fixed to board_leaf. fix: A naming error problem fix: jd9365 member error fix: Update product naming feat: Add manufacturer parameters to the firmware name for 'release' fix: Verification logic fix: Verification logic
13 lines
296 B
JSON
13 lines
296 B
JSON
{
|
|
"manufacturer": "waveshare",
|
|
"target": "esp32s3",
|
|
"builds": [
|
|
{
|
|
"name": "esp32-s3-touch-amoled-2.06",
|
|
"sdkconfig_append": [
|
|
"CONFIG_USE_WECHAT_MESSAGE_STYLE=n",
|
|
"CONFIG_USE_DEVICE_AEC=y"
|
|
]
|
|
}
|
|
]
|
|
} |