e9582601e0
- Incremented project version from 2.4.1 to 2.4.2 in CMakeLists.txt. - Added support for `--build-options-json` in firmware_builder.py to allow custom build options. - Implemented validation for build options to ensure correct data types and structure. - Updated tests to cover new build options functionality and validation logic.
17 lines
350 B
JSON
17 lines
350 B
JSON
{
|
|
"manufacturer": "espressif",
|
|
"type": "esp32s3-korvo2-v3",
|
|
"target": "esp32s3",
|
|
"builds": [
|
|
{
|
|
"name": "esp32s3-korvo2-v3",
|
|
"build_options": {
|
|
"camera_hmirror": false,
|
|
"camera_vflip": true
|
|
},
|
|
"sdkconfig_append": [
|
|
]
|
|
}
|
|
]
|
|
}
|