ESP32 Firmware Debugging Guide When to Use This Skill Apply this skill when the user: - Encounters compilation errors in ESP-IDF projects - Sees runtime panics or "Guru Meditation Error" messages - Has memory-related crashes or stack overflows - Experiences I2C/SPI/UART communication failures - Needs help interpreting serial monitor output may contain error messages or context about the issue. Debugging Process Ask for Context First If the error isn't clear from , ask the user to provide: 1. Full error message or panic output 2. Which project they're building 3. Recent code changes 1. Compila…