[WARN] Inconsistent LOCAL_SECRETS handling across board configs #7

Open
opened 2026-05-29 22:22:57 +00:00 by david · 0 comments
Owner

Problem

Board configs inconsistently define LOCAL_SECRETS flag:

  • esp32-32e/board-config.sh: defines LOCAL_SECRETS
  • esp32-32e-4/board-config.sh: does NOT define LOCAL_SECRETS
  • esp32-s3-lcd-43/board-config.sh: defines LOCAL_SECRETS

This inconsistency creates confusion about where secrets come from.

Affected files:

  • boards/esp32-32e/board-config.sh
  • boards/esp32-32e-4/board-config.sh
  • boards/esp32-s3-lcd-43/board-config.sh

Fix

Standardize LOCAL_SECRETS handling across all boards or document why the inconsistency exists.

## Problem Board configs inconsistently define LOCAL_SECRETS flag: - `esp32-32e/board-config.sh`: defines LOCAL_SECRETS - `esp32-32e-4/board-config.sh`: does NOT define LOCAL_SECRETS - `esp32-s3-lcd-43/board-config.sh`: defines LOCAL_SECRETS This inconsistency creates confusion about where secrets come from. **Affected files:** - `boards/esp32-32e/board-config.sh` - `boards/esp32-32e-4/board-config.sh` - `boards/esp32-s3-lcd-43/board-config.sh` ## Fix Standardize LOCAL_SECRETS handling across all boards or document why the inconsistency exists.
david added the warning label 2026-05-29 22:22:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: klubhaus/klubhaus-doorbell#7