Clarify Service Contracts And Security Invariants

This commit is contained in:
2026-09-21 13:39:30 +02:00
parent 6406142b21
commit 655f26a611
58 changed files with 272 additions and 25 deletions
+3 -1
View File
@@ -5,5 +5,7 @@
#include "esp_err.h"
/* Plays the OLED-only startup identity animation; a missing display is nonfatal. */
/* Synchronous animation with task delays; call after display start and before
* the status renderer. Returns display/frame errors, including an absent panel;
* the boot caller must treat these as nonfatal to other services. */
esp_err_t local_boot_animation_play(void);