Add M5Stack AtomEchoS3R Board. (#1123)

Signed-off-by: hlym123 <lwylwt@qq.com>
This commit is contained in:
Create123
2025-08-26 14:05:10 +08:00
committed by GitHub
parent 7af366b7b2
commit 86921f4862
6 changed files with 184 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"target": "esp32s3",
"builds": [
{
"name": "atom-echos3r",
"sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/8m.csv\""
]
}
]
}