src.nth.io/

summaryrefslogtreecommitdiff
path: root/sdkconfig.defaults
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-06-19 19:31:23 -0500
committerLuke Hoersten <[email protected]>2026-06-19 19:31:23 -0500
commit30a317dcb6dd40d2eca64aa09fdbe9031c37996f (patch)
treed300d11f1f7d737fd71ba93aaf2d6c6f0f247b0a /sdkconfig.defaults
parentfa7d17ed496d75cacae92baa4c8d8b139c1efd15 (diff)
firmware: build fixes — esp_app_format component + forward-declare s_last_painted_seq
Two build breaks discovered when actually compiling the prior commits: - main/CMakeLists.txt missing esp_app_format requirement, so esp_app_desc.h couldn't be resolved when app_main.c included it for the boot-time git-hash log. - s_last_painted_seq is referenced inside state_post_handler (reset to 0 on /state wake) but the static was declared further down the file alongside the other /frame state. C requires declaration before use — forward declare it above state_post_handler and keep a stub comment at the original location.
Diffstat (limited to 'sdkconfig.defaults')
0 files changed, 0 insertions, 0 deletions