You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Unsupported warnings and OTA rollback race
- Remove set_whitebal, set_awb_gain, set_gain_ctrl from apply_camera_settings():
all three are wired to set_dummy in mega_ccm.c (W mega_ccm: Unsupported noise)
- Remove now-unused CAM_AWB and CAM_AGC defines
- ota_mgr_run_pending(): call recovery_mgr_signal_planned_reboot() before the
OTA-complete esp_restart() so the new firmware boots with boot_count=0;
previously two crashes post-OTA would trip the boot-loop threshold
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>