fix(doorbell-touch): add touch debug logging and missing TFT_MISO pin

This commit is contained in:
2026-02-17 22:51:32 -08:00
parent 3d4eb21a88
commit bc47200e38
4 changed files with 17 additions and 3 deletions

View File

@@ -141,9 +141,9 @@ arduino-cli upload \
"""
[tasks.monitor-32e-4]
description = "Serial monitor for ESP32-32E-4\""
description = "Serial monitor for ESP32-32E 4 inch"
run = """
arduino-cli monitor --port "${PORT:-/dev/ttyUSB0}" --config baudrate=115200
arduino-cli monitor -p "${PORT:-/dev/ttyUSB0}" --config 115200
"""
# ── ESP32-S3-LCD-4.3 ────────────────────────────────────