mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 02:26:01 +00:00
The base64 character-to-byte conversion was duplicated in both the main decode loop and the tail/padding path. Extract into a shared static helper to reduce flash usage (-64 bytes on ESP32). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>