feat: add AtomS3R CAM/M12 + Echo Base (#330)

* feat: add AtomS3R CAM/M12 + Echo Base

* Update README.md

fix typing

---------

Co-authored-by: Xiaoxia <terrence@tenclass.com>
This commit is contained in:
laride
2025-03-12 21:56:47 +08:00
committed by GitHub
parent d60446bc53
commit 45fa2ca389
6 changed files with 282 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"target": "esp32s3",
"builds": [
{
"name": "atoms3r-cam-m12-echo-base",
"sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions_8M.csv\""
]
}
]
}