[WARN] Inconsistent LOCAL_SECRETS handling across board configs #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Board configs inconsistently define LOCAL_SECRETS flag:
esp32-32e/board-config.sh: defines LOCAL_SECRETSesp32-32e-4/board-config.sh: does NOT define LOCAL_SECRETSesp32-s3-lcd-43/board-config.sh: defines LOCAL_SECRETSThis inconsistency creates confusion about where secrets come from.
Affected files:
boards/esp32-32e/board-config.shboards/esp32-32e-4/board-config.shboards/esp32-s3-lcd-43/board-config.shFix
Standardize LOCAL_SECRETS handling across all boards or document why the inconsistency exists.