Add notes on PSRAM usage and display buffer strategy for ESP32-32E

This commit is contained in:
Joshua King
2026-03-06 12:45:44 -05:00
parent 31aaab69b7
commit 3a0d7da7f6

View File

@@ -2,6 +2,10 @@ substitutions:
name: cat-medication-tracker
friendly_name: "Cat Medication Tracker"
# ESP32-32E note:
# This board commonly lacks PSRAM, so we rely on a small TFT render buffer.
# Keep this display on a reduced buffer/8-bit depth strategy to avoid startup OOM.
esphome:
name: ${name}
friendly_name: ${friendly_name}