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.
20 lines
448 B
JSON
20 lines
448 B
JSON
{
|
|
"manufacturer": "espressif",
|
|
"type": "esp32-s31-korvo-1",
|
|
"target": "esp32s31",
|
|
"preview": true,
|
|
"builds": [
|
|
{
|
|
"name": "esp32-s31-korvo-1",
|
|
"idf_version": ">=6.1",
|
|
"build_options": {
|
|
"camera_hmirror": true,
|
|
"camera_vflip": true
|
|
},
|
|
"sdkconfig_append": [
|
|
"CONFIG_CAMERA_OV3660=y"
|
|
]
|
|
}
|
|
]
|
|
}
|