Stream application binaries to the inactive OTA slot via POST /api/system/ota, validate the esp_app_desc project name in core, and cancel rollback after a healthy network boot through OtaService::confirmBoot(). Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
223 B
CMake
8 lines
223 B
CMake
idf_component_register(
|
|
SRCS
|
|
"main.cpp"
|
|
"hardware_bootstrap.cpp"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES core net secure_store adau1701 si4684 tuner audio bt1035 bluetooth station integration ota eeprom24aa
|
|
)
|